Skip to content

Commit 00c62ac

Browse files
Merge pull request #1548 from allmightyspiff/toxFixes
Ignoring f-string related messages for tox for now
2 parents 8503904 + e94ee4d commit 00c62ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ commands =
4040
-d consider-using-in \
4141
-d consider-using-dict-comprehension \
4242
-d useless-import-alias \
43+
-d consider-using-f-string \
4344
--max-args=25 \
4445
--max-branches=20 \
4546
--max-statements=65 \
@@ -60,4 +61,4 @@ commands =
6061

6162
[testenv:docs]
6263
commands =
63-
python ./docCheck.py
64+
python ./docCheck.py

0 commit comments

Comments
 (0)