Skip to content

Commit aa6b860

Browse files
committed
Ignore flake8 document linting on tests
1 parent 90cda16 commit aa6b860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ commands =
132132
# Ignore F811 redefinition errors in tests (breaks with pytest-mock use)
133133
# E203 is not PEP8 compliant https://github.com/ambv/black#slices
134134
# W503 is not PEP8 compliant https://github.com/ambv/black#line-breaks--binary-operators
135-
--ignore F811,E203,W503 \
135+
--ignore F811,E203,W503,D \
136136
test/
137137

138138
[testenv:flake8-examples]

0 commit comments

Comments
 (0)