Skip to content

Commit

Permalink
Merge pull request freeipa#1299 from t-woerner/pylint_github_workflow…
Browse files Browse the repository at this point in the history
…_disable_too-many-positional-arguments

pylint gihub workflow: Disable too-many-positional-arguments
  • Loading branch information
rjeffman authored Oct 11, 2024
2 parents 75d8ea2 + 7f1df9d commit 220c4f0
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 220c4f0

Please sign in to comment.