We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cda16 commit aa6b860Copy full SHA for aa6b860
tox.ini
@@ -132,7 +132,7 @@ commands =
132
# Ignore F811 redefinition errors in tests (breaks with pytest-mock use)
133
# E203 is not PEP8 compliant https://github.com/ambv/black#slices
134
# W503 is not PEP8 compliant https://github.com/ambv/black#line-breaks--binary-operators
135
- --ignore F811,E203,W503 \
+ --ignore F811,E203,W503,D \
136
test/
137
138
[testenv:flake8-examples]
0 commit comments