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

Explicit limit for max pos args

parent 8efc8159
No related branches found
No related tags found
1 merge request!285Disable pylint warning.
Pipeline #243132 passed with stages
in 4 minutes and 32 seconds
......@@ -135,7 +135,6 @@ multi_line_output = 3
"C0103", # ignore invalid-names like "x", "y"
"C0415", # ignore defered imports
"R0801", # ignore code duplications
"R0917", # too-many-positional-arguments
]
[tool.pylint.reports]
......@@ -148,3 +147,4 @@ multi_line_output = 3
max-parents = 10
min-public-methods = 0
max-public-methods = 25
max-positional-arguments=15
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