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 3581ec9 commit 0f9ed6aCopy full SHA for 0f9ed6a
mypy/options.py
@@ -350,7 +350,8 @@ def __init__(self) -> None:
350
self.test_env = False
351
352
# Only allow exhaustive match statements
353
- self.disallow_inexhaustive_match_statements = False
+ # TODO: Set this to default to False once a commit in CI runs mypy_primer
354
+ self.disallow_inexhaustive_match_statements = True
355
356
# -- experimental options --
357
self.shadow_file: list[list[str]] | None = None
0 commit comments