Skip to content

Commit dc80e65

Browse files
committed
Add pylint disable comment
1 parent 9e10c4e commit dc80e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/checkers/format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def new_line(self, tokens: TokenWrapper, line_end: int, line_start: int) -> None
272272
def process_module(self, node: nodes.Module) -> None:
273273
pass
274274

275-
# pylint: disable-next = too-many-return-statements
275+
# pylint: disable-next = too-many-return-statements, too-many-branches
276276
def _check_keyword_parentheses(
277277
self, tokens: list[tokenize.TokenInfo], start: int
278278
) -> None:

0 commit comments

Comments
 (0)