Skip to content

Commit

Permalink
fix: add too-many-positional-arguments to disabled pylint linters
Browse files Browse the repository at this point in the history
Signed-off-by: jmeridth <[email protected]>
  • Loading branch information
jmeridth committed Nov 25, 2024
1 parent 1b91016 commit 1bb64a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/linters/.python-lint
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ disable=bad-inline-option,
too-many-branches,
too-many-locals,
too-many-nested-blocks,
too-many-positional-arguments,
too-many-statements,
useless-suppression,
use-symbolic-message-instead,
Expand Down

0 comments on commit 1bb64a1

Please sign in to comment.