We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6774a7 commit d39888dCopy full SHA for d39888d
.pre-commit-config.yaml
@@ -34,10 +34,8 @@ repos:
34
hooks:
35
- id: mypy
36
args: [
37
- --strict,
38
- --ignore-missing-imports,
39
- --disable-error-code=misc,
40
- --disable-error-code=no-any-return,
+ --config-file,
+ pyproject.toml,
41
]
42
additional_dependencies: [
43
types-requests<2.33,
0 commit comments