Skip to content

Commit a43ce55

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pylint/extensions/mccabe.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ def _subgraph_parse(
139139
pathnode: _SubGraphNodes,
140140
extra_blocks: Sequence[nodes.ExceptHandler | nodes.MatchCase],
141141
) -> None:
142-
"""Parse `match`/`case` blocks, or the body and `else` block of `if`/`for` statements."""
142+
"""Parse `match`/`case` blocks, or the body and `else` block of `if`/`for`
143+
statements.
144+
"""
143145
loose_ends = []
144146
if isinstance(node, nodes.Match):
145147
for case in extra_blocks:

0 commit comments

Comments
 (0)