We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1aa3c commit cd1f806Copy full SHA for cd1f806
.github/workflows/ci.yml
@@ -42,12 +42,13 @@ jobs:
42
run: |
43
isort --check-only .
44
45
- - name: Check mypy version
46
- run: mypy --version
47
-
48
- name: Verbose mypy output for debugging
49
50
- mypy --no-site-packages --config-file mypy.ini .
+ mypy --no-site-packages --config-file mypy.ini . | mypy-baseline sync
+
+ - name: Echo the baseline file created in the previous step
+ run: |
51
+ cat .mypy_cache/baseline.txt
52
53
- name: Check types with mypy
54
0 commit comments