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 0b32309 commit ad5dac3Copy full SHA for ad5dac3
mypy/main.py
@@ -954,9 +954,7 @@ def add_invertible_flag(
954
help="Enable a specific error code",
955
)
956
strictness_group.add_argument(
957
- "--enable-all-error-codes",
958
- action="store_true",
959
- help="Enable all error codes",
+ "--enable-all-error-codes", action="store_true", help="Enable all error codes"
960
961
962
error_group = parser.add_argument_group(
0 commit comments