flake8 requirements: Blacklist pydocstyle 1.1.0
See https://gitlab.com/pycqa/flake8-docstrings/issues/16
This commit is contained in:
parent
80b5c9127e
commit
6df1df2c04
@ -19,7 +19,7 @@ pbr==1.10.0
|
||||
pep8==1.7.0
|
||||
pep8-naming==0.4.1
|
||||
pycodestyle==2.0.0
|
||||
pydocstyle==1.0.0
|
||||
pydocstyle==1.0.0 # rq.filter: != 1.1.0
|
||||
pyflakes==1.3.0
|
||||
pyparsing==2.1.9
|
||||
six==1.10.0
|
||||
|
@ -12,7 +12,7 @@ flake8-tidy-imports
|
||||
flake8-tuple
|
||||
hacking
|
||||
pep8-naming
|
||||
pydocstyle
|
||||
pydocstyle!=1.1.0
|
||||
pyflakes
|
||||
|
||||
# Pinned to 1.5.7 by hacking otherwise
|
||||
@ -23,3 +23,6 @@ pep8==1.7.0
|
||||
|
||||
# https://github.com/JBKahn/flake8-debugger/issues/5
|
||||
#@ filter: flake8-debugger != 2.0.0
|
||||
|
||||
# https://gitlab.com/pycqa/flake8-docstrings/issues/16
|
||||
#@ filter: pydocstyle != 1.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user