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 abf7e98 commit 6a525f7Copy full SHA for 6a525f7
mypy/errorcodes.py
@@ -265,9 +265,7 @@ def __hash__(self) -> int:
265
default_enabled=False,
266
)
267
EXHAUSTIVE_MATCH: Final = ErrorCode(
268
- "exhaustive-match",
269
- "Reject match statements that are not exhaustive",
270
- "General",
+ "exhaustive-match", "Reject match statements that are not exhaustive", "General"
271
272
273
# Syntax errors are often blocking.
0 commit comments