summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-09-25 18:13:50 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-09-25 18:13:50 +0200
commit5f8084cfa046b937c6039a1194f935cae82438fb (patch)
tree648480389a6292ef1b5367eebd238066af5cfeea
parent2c9d44eff1cae9ce86b2f2904b02fcff864dcf10 (diff)
downloadpylint-git-5f8084cfa046b937c6039a1194f935cae82438fb.tar.gz
Disable error for complex function
-rw-r--r--pylint/checkers/variables.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/checkers/variables.py b/pylint/checkers/variables.py
index f31df0d38..bc53fb9f5 100644
--- a/pylint/checkers/variables.py
+++ b/pylint/checkers/variables.py
@@ -1245,6 +1245,7 @@ class VariablesChecker(BaseChecker):
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