Skip to content

Commit dc54890

Browse files
committed
Add missing type stubs to the mypy hook configuration
Add two stubs packages to improve the analysis from the mypy pre-commit hook.
1 parent 8eff56d commit dc54890

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ repos:
116116
hooks:
117117
- id: mypy
118118
additional_dependencies:
119+
- types-docopt
119120
- types-requests
121+
- types-urllib3
120122
- repo: https://github.com/asottile/pyupgrade
121123
rev: v3.3.1
122124
hooks:

0 commit comments

Comments
 (0)