Skip to content

Commit

Permalink
Disable error for complex function
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Sep 25, 2019
1 parent 2c9d44e commit 5f8084c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylint/checkers/variables.py
Expand Up @@ -1245,6 +1245,7 @@ def _is_variable_violation(
base_scope_type,
recursive_klass,
):
# pylint: disable=too-many-nested-blocks
# node: Node to check for violation
# name: name of node to check violation for
# frame: Scope of statement of node
Expand Down

0 comments on commit 5f8084c

Please sign in to comment.