We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c8670 commit 87c7fdfCopy full SHA for 87c7fdf
tox.ini
@@ -173,7 +173,7 @@ commands =
173
# E203 is not PEP8 compliant https://github.com/ambv/black#slices
174
# W503 is not PEP8 compliant https://github.com/ambv/black#line-breaks--binary-operators
175
--ignore D103,E203,W503 \
176
- --per-file-ignores = examples/test/legacy/v3_default_cmm.py: D401 \
+ --per-file-ignores 'examples/test/legacy/v3_default_cmm.py: D401' \
177
examples/test/
178
179
[testenv:pylint]
0 commit comments