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.
1 parent 8503904 commit e94ee4dCopy full SHA for e94ee4d
tox.ini
@@ -40,6 +40,7 @@ commands =
40
-d consider-using-in \
41
-d consider-using-dict-comprehension \
42
-d useless-import-alias \
43
+ -d consider-using-f-string \
44
--max-args=25 \
45
--max-branches=20 \
46
--max-statements=65 \
@@ -60,4 +61,4 @@ commands =
60
61
62
[testenv:docs]
63
commands =
- python ./docCheck.py
64
+ python ./docCheck.py
0 commit comments