Skip to content

Commit

Permalink
lint: disable too-many-positional-arguments (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioVentilii authored Feb 3, 2025
1 parent 0c8c1c1 commit 791e4a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ max-line-length=120
max-args=10

# Maximum number of public methods for a class (see R0904).
max-public-methods=30
max-public-methods=30

[MESSAGES CONTROL]

disable=too-many-positional-arguments

0 comments on commit 791e4a1

Please sign in to comment.