Update minumum pycodestyle version to 2.3.0

This commit is contained in:
Jack Mustacato 2017-10-27 15:05:23 -04:00
parent 678eb1d2f6
commit 4fcbcccf38
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ requires = [
# And in which releases we will update those ranges here:
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
"pyflakes >= 1.5.0, < 1.7.0",
"pycodestyle >= 2.0.0, < 2.4.0",
"pycodestyle >= 2.3.0, < 2.4.0",
"mccabe >= 0.6.0, < 0.7.0",
"setuptools >= 30",
]