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 9130edf commit 60ab748Copy full SHA for 60ab748
mypy/main.py
@@ -1464,8 +1464,9 @@ def _bad_error_code_flags(msg: str):
1464
# Processing error codes after plugins have loaded since plugins may
1465
# register custom error codes that we don't know about until plugins
1466
# have loaded.
1467
- options._on_plugins_loaded = \
1468
- lambda: options.process_error_codes(error_callback=_bad_error_code_flags)
+ options._on_plugins_loaded = lambda: options.process_error_codes(
+ error_callback=_bad_error_code_flags
1469
+ )
1470
1471
# Compute absolute path for custom typeshed (if present).
1472
if options.custom_typeshed_dir is not None:
0 commit comments