Skip to content

Commit

Permalink
pylint gihub workflow: Disable too-many-positional-arguments
Browse files Browse the repository at this point in the history
This change disables the too-many-positional-arguments message for the
pylint github workflow.
  • Loading branch information
t-woerner committed Oct 11, 2024
1 parent 75d8ea2 commit 7f1df9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 7f1df9d

Please sign in to comment.