Skip to content

Commit 6a525f7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent abf7e98 commit 6a525f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mypy/errorcodes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,7 @@ def __hash__(self) -> int:
265265
default_enabled=False,
266266
)
267267
EXHAUSTIVE_MATCH: Final = ErrorCode(
268-
"exhaustive-match",
269-
"Reject match statements that are not exhaustive",
270-
"General",
268+
"exhaustive-match", "Reject match statements that are not exhaustive", "General"
271269
)
272270

273271
# Syntax errors are often blocking.

0 commit comments

Comments
 (0)