Skip to content
Snippets Groups Projects
Commit 92cadbdb authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Change pylint config max locals

parent 3c0c439c
No related branches found
No related tags found
No related merge requests found
......@@ -327,7 +327,7 @@ max-args=5
ignored-argument-names=_.*
# 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=6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment