Skip to content

Commit 1633547

Browse files
Enable exhaustive-match in mypy (#11409)
1 parent cccbf4c commit 1633547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ disallow_untyped_calls = True
1111
disallow_untyped_decorators = True
1212
disallow_untyped_defs = True
1313
# TODO(PY312): explicit-override
14-
enable_error_code = deprecated, ignore-without-code, possibly-undefined, redundant-expr, redundant-self, truthy-bool, truthy-iterable, unused-awaitable
14+
enable_error_code = deprecated, exhaustive-match, ignore-without-code, possibly-undefined, redundant-expr, redundant-self, truthy-bool, truthy-iterable, unused-awaitable
1515
extra_checks = True
1616
follow_untyped_imports = True
1717
implicit_reexport = False

0 commit comments

Comments
 (0)