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 60ab748 commit 53a65f2Copy full SHA for 53a65f2
mypy/main.py
@@ -1458,7 +1458,7 @@ def set_strict_flags() -> None:
1458
1459
options.process_incomplete_features(error_callback=parser.error, warning_callback=print)
1460
1461
- def _bad_error_code_flags(msg: str):
+ def _bad_error_code_flags(msg: str) -> None:
1462
raise CompileError([msg])
1463
1464
# Processing error codes after plugins have loaded since plugins may
0 commit comments