Skip to content

Commit f390f25

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cf0de50 commit f390f25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypy/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def import_priority(imp: ImportBase, toplevel_priority: int) -> int:
398398

399399

400400
def load_plugins_from_config(
401-
options: Options, errors: Errors, stdout: TextIO|None
401+
options: Options, errors: Errors, stdout: TextIO | None
402402
) -> tuple[list[Plugin], dict[str, str]]:
403403
"""Load all configured plugins.
404404
@@ -490,7 +490,7 @@ def plugin_error(message: str) -> NoReturn:
490490

491491

492492
def load_plugins(
493-
options: Options, errors: Errors, stdout: TextIO|None, extra_plugins: Sequence[Plugin]
493+
options: Options, errors: Errors, stdout: TextIO | None, extra_plugins: Sequence[Plugin]
494494
) -> tuple[Plugin, dict[str, str]]:
495495
"""Load all configured plugins.
496496

0 commit comments

Comments
 (0)