From 204ded5b105084b867b9872a7b37441e1cbc03d6 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 22 Dec 2022 08:56:34 +0000 Subject: [PATCH] pre-commit: Add types-urllib3 to additional_dependencies It's in `pip freeze | grep types`, so might as well be explicit. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d841cda1..778c2161 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: - id: mypy # verbose: true # log_file: 'pre-commit_mypy.log' - additional_dependencies: [ types-requests ] + additional_dependencies: [ types-requests, types-urllib3 ] # args: [ "--follow-imports", "skip", "--ignore-missing-imports", "--scripts-are-modules" ] ### # pydocstyle.exe