Thanks to visit codestin.com Credit goes to github.com
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.
strict = True
mypy_bootstrap.ini
1 parent 5a296f0 commit b59878eCopy full SHA for b59878e
1 file changed
mypy_bootstrap.ini
@@ -1,16 +1,6 @@
1
[mypy]
2
-disallow_untyped_calls = True
3
-disallow_untyped_defs = True
4
-disallow_incomplete_defs = True
5
-check_untyped_defs = True
6
-disallow_subclassing_any = True
7
-warn_no_return = True
8
-strict_optional = True
9
-no_implicit_optional = True
10
-disallow_any_generics = True
11
-disallow_any_unimported = True
12
-warn_redundant_casts = True
13
-warn_unused_configs = True
+strict = True
+warn_unused_ignores = False
14
show_traceback = True
15
always_true = MYPYC
16
0 commit comments