We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36aaf3d + a58f0d3 commit 967ef16Copy full SHA for 967ef16
tox.ini
@@ -39,6 +39,7 @@ commands =
39
-d consider-using-dict-comprehension \
40
-d useless-import-alias \
41
-d consider-using-f-string \
42
+ -d too-many-positional-arguments \
43
--max-args=25 \
44
--max-branches=20 \
45
--max-statements=65 \
@@ -52,6 +53,7 @@ commands =
52
53
pylint SoftLayer/fixtures \
54
-d invalid-name \
55
-d missing-docstring \
56
57
--max-module-lines=2000 \
58
--min-similarity-lines=50 \
59
--max-line-length=120 \
0 commit comments