Skip to content

Commit a4c8670

Browse files
committed
fix
1 parent bdd0b12 commit a4c8670

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ commands =
173173
# E203 is not PEP8 compliant https://github.com/ambv/black#slices
174174
# W503 is not PEP8 compliant https://github.com/ambv/black#line-breaks--binary-operators
175175
--ignore D103,E203,W503 \
176-
per-file-ignores =
177-
examples/test/legacy/v3_default_cmm.py: D401
176+
--per-file-ignores = examples/test/legacy/v3_default_cmm.py: D401 \
178177
examples/test/
179178

180179
[testenv:pylint]

0 commit comments

Comments
 (0)