8000 Fix mypy pre-commit settings (#148) · python/cherry-picker@452a9b2 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0