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 7cc3fe1 commit d182d48Copy full SHA for d182d48
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
types: [ file, python ]
35
- id: mypy
36
name: mypy
37
- entry: poetry run mypy --no-namespace-packages --install-types
+ entry: bash -c "poetry run mypy --install-types; poetry run mypy --no-namespace-packages"
38
language: system
39
40
- id: docs
0 commit comments