Skip to content

Commit 2b8c1f6

Browse files
pre-commit-ci[bot]wyattscarpenter
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent dc366c0 commit 2b8c1f6

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
@@ -535,7 +535,9 @@ def parse_section(
535535
template: Options,
536536
set_strict_flags: Callable[[], None],
537537
section: Mapping[str, object],
538-
config_types: Mapping[str, object], # this is probably dict[str, _INI_PARSER_CALLABLE], but that causes more type errors at the moment.
538+
config_types: Mapping[
539+
str, object
540+
], # this is probably dict[str, _INI_PARSER_CALLABLE], but that causes more type errors at the moment.
539541
stderr: TextIO = sys.stderr,
540542
) -> tuple[dict[str, object], dict[str, str]]:
541543
"""Parse one section of a config file.

0 commit comments

Comments
 (0)