We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67ce03 commit 06c1503Copy full SHA for 06c1503
src/flake8/checker.py
@@ -71,7 +71,7 @@ def _mp_init(argv: Sequence[str]) -> None:
71
72
try:
73
# for `fork` this'll already be set
74
- _mp_plugins, _mp_options # noqa: B018
+ _mp_plugins, _mp_options # noqa: B018
75
except NameError:
76
plugins, options = parse_args(argv)
77
_mp_plugins, _mp_options = plugins.checkers, options
0 commit comments