We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e0105 commit 9e25a58Copy full SHA for 9e25a58
1 file changed
.github/workflows/ci.yml
@@ -87,4 +87,4 @@ jobs:
87
run: pip install -e ".[dev]"
88
89
- name: Run mypy
90
- run: mypy src/
+ run: mypy src/ --ignore-missing-imports
0 commit comments