Skip to content

Commit

Permalink
Fix too-many-positional-arguments ignore in pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
secwall committed Sep 21, 2024
1 parent 6825281 commit 07943b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,8 @@ disable=raw-checker-failed,
consider-using-dict-items,
redundant-u-string-prefix,
raise-missing-from,
too-many-arguments
too-many-arguments,
too-many-positional-arguments

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down

0 comments on commit 07943b5

Please sign in to comment.