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 b65edfa commit 6a61f2fCopy full SHA for 6a61f2f
.github/workflows/ci.yml
@@ -42,14 +42,6 @@ jobs:
42
run: |
43
isort --check-only .
44
45
- - name: Verbose mypy output for debugging
46
- run: |
47
- mypy --no-site-packages --config-file mypy.ini . | mypy-baseline sync
48
-
49
- - name: Echo the baseline file created in the previous step
50
51
- cat mypy-baseline.txt
52
53
- name: Check types with mypy
54
55
mypy --no-site-packages --config-file mypy.ini . | mypy-baseline filter
0 commit comments