Skip to content

Commit

Permalink
fix pylint too-many-positional-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
starkillerOG committed Sep 21, 2024
1 parent 79c0c94 commit 93c8142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ disable=
duplicate-code,
too-few-public-methods,
too-many-arguments,
too-many-positional-arguments,
too-many-branches,
too-many-instance-attributes,
too-many-lines,
Expand Down

0 comments on commit 93c8142

Please sign in to comment.