Skip to content

Commit

Permalink
lint: ignore too-many-positional-arguments
Browse files Browse the repository at this point in the history
This check was somewhat recently added to pylint, and Exirel doesn't
want it anyway (asked on IRC).
  • Loading branch information
dgw committed Oct 19, 2024
1 parent 4f139c9 commit 9891c0d
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 @@ -431,7 +431,8 @@ disable=raw-checker-failed,
use-implicit-booleaness-not-comparison-to-string,
use-implicit-booleaness-not-comparison-to-zero,
use-symbolic-message-instead,
consider-using-f-string
consider-using-f-string,
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 9891c0d

Please sign in to comment.