Skip to content

Commit ad5dac3

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mypy/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -954,9 +954,7 @@ def add_invertible_flag(
954954
help="Enable a specific error code",
955955
)
956956
strictness_group.add_argument(
957-
"--enable-all-error-codes",
958-
action="store_true",
959-
help="Enable all error codes",
957+
"--enable-all-error-codes", action="store_true", help="Enable all error codes"
960958
)
961959

962960
error_group = parser.add_argument_group(

0 commit comments

Comments
 (0)