Skip to content

Commit

Permalink
Disable existing too-many-positional-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Oct 7, 2024
1 parent c3fa777 commit 4515019
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
@@ -1,5 +1,5 @@
[MESSAGES CONTROL]
disable=too-few-public-methods,too-many-arguments
disable=too-few-public-methods,too-many-arguments,too-many-positional-arguments

[BASIC]

Expand Down

0 comments on commit 4515019

Please sign in to comment.