Skip to content

Commit 87c7fdf

Browse files
committed
fix
1 parent a4c8670 commit 87c7fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +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 = examples/test/legacy/v3_default_cmm.py: D401 \
176+
--per-file-ignores 'examples/test/legacy/v3_default_cmm.py: D401' \
177177
examples/test/
178178

179179
[testenv:pylint]

0 commit comments

Comments
 (0)