We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e53da commit a58f0d3Copy full SHA for a58f0d3
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 \
0 commit comments