summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index dea20d4c6..2c8d3e19b 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -47,4 +47,6 @@ jobs:
with:
python-version: '3.x'
- run: python -m pip install mypy types-PyYAML
- - run: python run_mypy.py
+ - run: python run_mypy.py --allver
+ env:
+ PYTHONUNBUFFERED: 1