Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 20, 2023
1 parent b67ce03 commit 06c1503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flake8/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06c1503

Please sign in to comment.