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 424b643 commit f838ac0Copy full SHA for f838ac0
mypy.ini
@@ -6,11 +6,16 @@ disallow_subclassing_any = True
6
disallow_untyped_calls = True
7
disallow_untyped_decorators = True
8
disallow_untyped_defs = True
9
-ignore_missing_imports = True
10
no_implicit_optional = True
11
show_error_codes = True
12
strict_equality = True
13
warn_redundant_casts = True
14
warn_return_any = True
15
warn_unused_configs = True
16
warn_unused_ignores = True
+
17
+[mypy-jsonschema.*]
18
+ignore_missing_imports = True
19
20
+[mypy-setuptools.*]
21
0 commit comments