Commit 4f436335 authored by Michal Čihař's avatar Michal Čihař

Increase limit for number of local variables

parent 40c43002
......@@ -140,7 +140,7 @@ defining-attr-methods=__init__,__new__,setUp
max-args=10
# Maximum number of locals for function / method body
max-locals=15
max-locals=20
# Maximum number of return / yield for function / method body
max-returns=7
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment