Skip to content
Snippets Groups Projects
Commit 7f1df9d8 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

pylint gihub workflow: Disable too-many-positional-arguments

This change disables the too-many-positional-arguments message for the
pylint github workflow.
parent 75d8ea28
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,8 @@ disable =
too-many-branches,
too-many-locals,
fixme,
use-dict-literal
use-dict-literal,
too-many-positional-arguments
[pylint.BASIC]
good-names =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment