Skip to content

Commit a58f0d3

Browse files
Setting pylint to ignore too-many-positional-arguments errors. Fixed #2186
1 parent f4e53da commit a58f0d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

+1
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 \

0 commit comments

Comments
 (0)