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 69ab0f6 commit 9a1aa3cCopy full SHA for 9a1aa3c
.github/workflows/ci.yml
@@ -47,11 +47,11 @@ jobs:
47
48
- name: Verbose mypy output for debugging
49
run: |
50
- mypy -v --config-file mypy.ini .
+ mypy --no-site-packages --config-file mypy.ini .
51
52
- name: Check types with mypy
53
54
- mypy --config-file mypy.ini . | mypy-baseline filter
+ mypy --no-site-packages --config-file mypy.ini . | mypy-baseline filter
55
56
tests:
57
name: Python tests
0 commit comments