Skip to content

Commit b40cbe7

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

mypy/config_parser.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,9 @@ def parse_section(
546546
template: Options,
547547
set_strict_flags: Callable[[], None],
548548
section: Mapping[str, object],
549-
config_types: Mapping[str, object], # this is probably dict[str, _INI_PARSER_CALLABLE], but that causes more type errors at the moment.
549+
config_types: Mapping[
550+
str, object
551+
], # this is probably dict[str, _INI_PARSER_CALLABLE], but that causes more type errors at the moment.
550552
stderr: TextIO = sys.stderr,
551553
) -> tuple[dict[str, object], dict[str, str]]:
552554
"""Parse one section of a config file.

0 commit comments

Comments
 (0)