upgrade pycodestyle to 2.7.0

This commit is contained in:
Anthony Sottile 2021-03-14 11:58:03 -07:00
parent ac9c66e80b
commit 40aba49d0d
4 changed files with 5 additions and 3 deletions

View file

@ -41,7 +41,7 @@ install_requires=
# And in which releases we will update those ranges here:
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
pyflakes >= 2.3.0, < 2.4.0
pycodestyle >= 2.6.0a1, < 2.7.0
pycodestyle >= 2.7.0, < 2.8.0
mccabe >= 0.6.0, < 0.7.0
enum34; python_version<"3.4"
typing; python_version<"3.5"