Skip to content

Commit e94ee4d

Browse files
Ignoring f-string related messages for tox for now
1 parent 8503904 commit e94ee4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

+2-1
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)