We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68325b commit 9b28b5bCopy full SHA for 9b28b5b
mypy.ini
@@ -1,9 +1,10 @@
1
[mypy]
2
+check_untyped_defs = True
3
disallow_subclassing_any = True
4
disallow_untyped_decorators = True
-check_untyped_defs = True
5
+no_implicit_optional = True
6
+no_implicit_reexport = True
7
warn_redundant_casts = True
8
warn_return_any = True
-warn_unused_ignores = True
9
warn_unused_configs = True
-no_implicit_optional = True
10
+warn_unused_ignores = True
0 commit comments