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 cccbf4c commit 1633547Copy full SHA for 1633547
.mypy.ini
@@ -11,7 +11,7 @@ disallow_untyped_calls = True
11
disallow_untyped_decorators = True
12
disallow_untyped_defs = True
13
# TODO(PY312): explicit-override
14
-enable_error_code = deprecated, ignore-without-code, possibly-undefined, redundant-expr, redundant-self, truthy-bool, truthy-iterable, unused-awaitable
+enable_error_code = deprecated, exhaustive-match, ignore-without-code, possibly-undefined, redundant-expr, redundant-self, truthy-bool, truthy-iterable, unused-awaitable
15
extra_checks = True
16
follow_untyped_imports = True
17
implicit_reexport = False
0 commit comments