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 fb8751a commit 3c08ea2Copy full SHA for 3c08ea2
.mypy.ini
@@ -4,6 +4,3 @@ warn_return_any = True
4
warn_unused_configs = True
5
6
ignore_errors = True
7
-ignore_missing_imports = True
8
-disallow_untyped_calls = False
9
-disallow_untyped_decorators = False
.pre-commit-config.yaml
@@ -56,6 +56,3 @@ repos:
56
- id: mypy
57
additional_dependencies:
58
["types-requests"]
59
- args:
60
- - "--config-file"
61
- - ".mypy.ini"
0 commit comments