Skip to content

Commit c04ca5c

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mypy/errorcodes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,9 @@ def __hash__(self) -> int:
322322
default_enabled=False,
323323
)
324324

325-
INDEX_RANGE: Final[ErrorCode] = ErrorCode("index-range", "index out of statically known range", "Index Range", True)
325+
INDEX_RANGE: Final[ErrorCode] = ErrorCode(
326+
"index-range", "index out of statically known range", "Index Range", True
327+
)
326328

327329
# This copy will not include any error codes defined later in the plugins.
328330
mypy_error_codes = error_codes.copy()

0 commit comments

Comments
 (0)