flake8 requirements: Update pycodestyle to 2.1.0

This commit is contained in:
Florian Bruhin 2016-11-05 23:58:04 +01:00
parent be0fe8897b
commit 55541753e7
2 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,7 @@ packaging==16.8
pbr==1.10.0 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.1.0
pydocstyle==1.1.1 pydocstyle==1.1.1
pyflakes==1.3.0 pyflakes==1.3.0
pyparsing==2.1.10 pyparsing==2.1.10

View File

@ -18,6 +18,9 @@ pyflakes
# Pinned to 1.5.7 by hacking otherwise # Pinned to 1.5.7 by hacking otherwise
pep8==1.7.0 pep8==1.7.0
# Pinned to 2.0.0 otherwise
pycodestyle==2.1.0
# Waiting until hacking/flake8-tuple are updated # Waiting until hacking/flake8-tuple are updated
#@ filter: flake8 < 3.0.0 #@ filter: flake8 < 3.0.0