Skip to content

Commit 452a9b2

Browse files
authored
Fix mypy pre-commit settings (#148)
1 parent a4cac74 commit 452a9b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,12 @@ repos:
4242
args:
4343
[
4444
--ignore-missing-imports,
45-
--install-types,
46-
--non-interactive,
4745
--pretty,
4846
--show-error-codes,
4947
.,
5048
]
5149
pass_filenames: false
50+
additional_dependencies: ["types-requests"]
5251

5352
- repo: https://github.com/tox-dev/pyproject-fmt
5453
rev: 2.2.4

0 commit comments

Comments
 (0)