Skip to content

Commit

Permalink
Disable pylint warning for too many positional arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rauli Kaksonen committed Oct 15, 2024
1 parent d74548c commit 8778531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
max-line-length=120

[MESSAGES CONTROL]
disable=too-few-public-methods,too-many-arguments,too-many-public-methods,too-many-locals,too-many-instance-attributes,too-many-branches,too-many-statements,too-many-lines
disable=too-few-public-methods,too-many-arguments,too-many-public-methods,too-many-locals,too-many-instance-attributes,too-many-branches,too-many-statements,too-many-lines,too-many-positional-arguments

0 comments on commit 8778531

Please sign in to comment.