Skip to content
Snippets Groups Projects
Commit 406ebb89 authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

pylint: increase max-args to 15

parent 9348bbf7
No related branches found
No related tags found
1 merge request!74Grid specifications
Pipeline #119339 passed with stage
in 51 seconds
......@@ -64,7 +64,7 @@ multi_line_output = 3
output-format = "colorized"
[tool.pylint.design]
max-args = 10
max-args = 15
max-locals = 20
max-attributes = 15
max-parents = 10
......
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