Skip to content

Commit 71425e6

Browse files
authored
Merge pull request #9774 from scottbarnes/9750/fix/remove-mypy-types-all-dependency
Enumerate `mypy` stub dependencies for`pre-commit`
2 parents d05434d + 63da8d8 commit 71425e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ repos:
5959
hooks:
6060
- id: mypy # See pyproject.toml for args
6161
additional_dependencies:
62-
- types-all
62+
- types-PyYAML
63+
- types-aiofiles
64+
- types-python-dateutil
65+
- types-requests
66+
- types-simplejson
6367

6468
- repo: https://github.com/abravalheri/validate-pyproject
6569
rev: v0.18

0 commit comments

Comments
 (0)