Skip to content

Commit 967ef16

Browse files
Merge pull request #2187 from allmightyspiff/issues2186
Setting pylint to ignore too-many-positional-arguments errors.
2 parents 36aaf3d + a58f0d3 commit 967ef16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ commands =
3939
-d consider-using-dict-comprehension \
4040
-d useless-import-alias \
4141
-d consider-using-f-string \
42+
-d too-many-positional-arguments \
4243
--max-args=25 \
4344
--max-branches=20 \
4445
--max-statements=65 \
@@ -52,6 +53,7 @@ commands =
5253
pylint SoftLayer/fixtures \
5354
-d invalid-name \
5455
-d missing-docstring \
56+
-d too-many-positional-arguments \
5557
--max-module-lines=2000 \
5658
--min-similarity-lines=50 \
5759
--max-line-length=120 \

0 commit comments

Comments
 (0)