We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8e046 commit 3783a47Copy full SHA for 3783a47
pylint/checkers/base/name_checker/checker.py
@@ -400,7 +400,7 @@ def visit_functiondef(self, node: nodes.FunctionDef) -> None:
400
"typevar-double-variance",
401
"typevar-name-mismatch",
402
)
403
- def visit_assignname( # pylint: disable=too-many-branches, too-many-statements
+ def visit_assignname( # pylint: disable=too-many-branches
404
self, node: nodes.AssignName
405
) -> None:
406
"""Check module level assigned names."""
0 commit comments