Skip to content

Commit

Permalink
Setting pylint to ignore too-many-positional-arguments errors. Fixed #…
Browse files Browse the repository at this point in the history
  • Loading branch information
allmightyspiff committed Sep 30, 2024
1 parent f4e53da commit a58f0d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ commands =
-d consider-using-dict-comprehension \
-d useless-import-alias \
-d consider-using-f-string \
-d too-many-positional-arguments \
--max-args=25 \
--max-branches=20 \
--max-statements=65 \
Expand Down

0 comments on commit a58f0d3

Please sign in to comment.