Skip to content

Commit d182d48

Browse files
committed
mypy install types.
1 parent 7cc3fe1 commit d182d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
types: [ file, python ]
3535
- id: mypy
3636
name: mypy
37-
entry: poetry run mypy --no-namespace-packages --install-types
37+
entry: bash -c "poetry run mypy --install-types; poetry run mypy --no-namespace-packages"
3838
language: system
3939
types: [ file, python ]
4040
- id: docs

0 commit comments

Comments
 (0)