flake8 requirements: Update pydocstyle to 1.1.1
This commit is contained in:
parent
f34d896ff4
commit
9ca4ff896d
@ -19,7 +19,7 @@ pbr==1.10.0
|
|||||||
pep8==1.7.0
|
pep8==1.7.0
|
||||||
pep8-naming==0.4.1
|
pep8-naming==0.4.1
|
||||||
pycodestyle==2.0.0
|
pycodestyle==2.0.0
|
||||||
pydocstyle==1.0.0 # rq.filter: != 1.1.0
|
pydocstyle==1.1.1
|
||||||
pyflakes==1.3.0
|
pyflakes==1.3.0
|
||||||
pyparsing==2.1.9
|
pyparsing==2.1.9
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
|
@ -12,7 +12,7 @@ flake8-tidy-imports
|
|||||||
flake8-tuple
|
flake8-tuple
|
||||||
hacking
|
hacking
|
||||||
pep8-naming
|
pep8-naming
|
||||||
pydocstyle!=1.1.0
|
pydocstyle
|
||||||
pyflakes
|
pyflakes
|
||||||
|
|
||||||
# Pinned to 1.5.7 by hacking otherwise
|
# Pinned to 1.5.7 by hacking otherwise
|
||||||
@ -23,6 +23,3 @@ pep8==1.7.0
|
|||||||
|
|
||||||
# https://github.com/JBKahn/flake8-debugger/issues/5
|
# https://github.com/JBKahn/flake8-debugger/issues/5
|
||||||
#@ filter: flake8-debugger != 2.0.0
|
#@ 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