Skip to content

Commit 3de65cb

Browse files
committed
remove tox flake8 ignores
1 parent f1e6c91 commit 3de65cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,9 @@ commands =
170170
flake8 examples/src/
171171
flake8 \
172172
# Ignore D103 missing docstring errors in tests (test names should be self-documenting)
173-
# Ignore D401 First line should be in imperative mood
174-
# Ignoring D205, D400 because of false positives
175173
# E203 is not PEP8 compliant https://github.com/ambv/black#slices
176174
# W503 is not PEP8 compliant https://github.com/ambv/black#line-breaks--binary-operators
177-
--ignore D103,D401,D205,D400,E203,W503 \
175+
--ignore D103,E203,W503 \
178176
examples/test/
179177

180178
[testenv:pylint]

0 commit comments

Comments
 (0)