mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
b67ce03a4a
commit
06c1503842
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ def _mp_init(argv: Sequence[str]) -> None:
|
|||
|
||||
try:
|
||||
# for `fork` this'll already be set
|
||||
_mp_plugins, _mp_options # noqa: B018
|
||||
_mp_plugins, _mp_options # noqa: B018
|
||||
except NameError:
|
||||
plugins, options = parse_args(argv)
|
||||
_mp_plugins, _mp_options = plugins.checkers, options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue