Skip to content

Commit fcbd4f8

Browse files
committed
fix
1 parent 87c7fdf commit fcbd4f8

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: D205,D400,D401' \
177177
examples/test/
178178

179179
[testenv:pylint]

0 commit comments

Comments
 (0)