Skip to content

Commit c17a8f5

Browse files
committed
mypy needs additional_dependencies: [types-requests]
1 parent 3e17e88 commit c17a8f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ repos:
5555
- --ignore-missing-imports
5656
- --install-types # See mirrors-mypy README.md
5757
- --non-interactive
58+
additional_dependencies: [types-requests]
5859

5960
- repo: https://github.com/pre-commit/mirrors-prettier
6061
rev: "v4.0.0-alpha.8"

0 commit comments

Comments
 (0)