Skip to content

Commit 9855d6f

Browse files
committed
Remove --install-types from the mypy hook
1 parent 8715d7c commit 9855d6f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ repos:
3737
hooks:
3838
- id: mypy
3939
args:
40-
[--install-types, --non-interactive, --config=pyproject.toml]
40+
[--config=pyproject.toml]
41+
additional_dependencies:
42+
- types-cachetools
43+
- types-pytest-lazy-fixture
44+
- types-pytz
45+
- types-requests
4146
- repo: https://github.com/igorshubovych/markdownlint-cli
4247
rev: v0.45.0
4348
hooks:

0 commit comments

Comments
 (0)