Skip to content

Commit

Permalink
Merge pull request #2187 from allmightyspiff/issues2186
Browse files Browse the repository at this point in the history
Setting pylint to ignore too-many-positional-arguments errors.
  • Loading branch information
allmightyspiff authored Sep 30, 2024
2 parents 36aaf3d + a58f0d3 commit 967ef16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 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 All @@ -52,6 +53,7 @@ commands =
pylint SoftLayer/fixtures \
-d invalid-name \
-d missing-docstring \
-d too-many-positional-arguments \
--max-module-lines=2000 \
--min-similarity-lines=50 \
--max-line-length=120 \
Expand Down

0 comments on commit 967ef16

Please sign in to comment.