Skip to content

Commit 2167094

Browse files
committed
Reject pycodestyle 2.1.0
Fix for PyCQA/pycodestyle#400 created some false positives for E305 The pull-request in PyCQA/pycodestyle#593 fixing this issue has been done after 2.1.0.
1 parent f3ed5b7 commit 2167094

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
@@ -28,7 +28,7 @@ commands=
2828
[testenv:checkstyle]
2929
basepython = python
3030
deps =
31-
pycodestyle>=2.0.0
31+
pycodestyle>=2.0.0,!=2.1.0
3232
pyflakes>=1.2.3
3333
pydocstyle>=1.0.0
3434
commands =

0 commit comments

Comments
 (0)