Blacklist pydocstyle >= 2.0.0

Closes #2539
This commit is contained in:
Florian Bruhin 2017-04-20 04:35:10 +02:00
parent 0c96a32366
commit 0b118f4fd8
2 changed files with 3 additions and 2 deletions

View File

@ -16,5 +16,5 @@ flake8-tuple==0.2.12
mccabe==0.6.1
pep8-naming==0.4.1
pycodestyle==2.3.1
pydocstyle==1.1.1
pydocstyle==1.1.1 # rq.filter: < 2.0.0
pyflakes==1.5.0

View File

@ -11,7 +11,7 @@ flake8-string-format
flake8-tidy-imports
flake8-tuple
pep8-naming
pydocstyle
pydocstyle<2.0.0
pyflakes
# Pinned to 2.0.0 otherwise
@ -21,6 +21,7 @@ mccabe==0.6.1
# Waiting until flake8-putty updated
#@ filter: flake8 < 3.0.0
#@ filter: pydocstyle < 2.0.0
# https://github.com/JBKahn/flake8-debugger/issues/5
#@ filter: flake8-debugger != 2.0.0