Skip to content
Snippets Groups Projects
Commit 8efc8159 authored by Thomas Fischer's avatar Thomas Fischer
Browse files

Disable pylint warning.

parent 6b243b1b
No related branches found
No related tags found
1 merge request!285Disable pylint warning.
Pipeline #242101 passed with stages
in 4 minutes and 25 seconds
......@@ -135,6 +135,7 @@ 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]
......
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