mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Update minumum pycodestyle version to 2.3.0
This commit is contained in:
parent
678eb1d2f6
commit
4fcbcccf38
2 changed files with 2 additions and 2 deletions
|
|
@ -14,5 +14,5 @@ requires-dist =
|
|||
enum34; python_version<"3.4"
|
||||
configparser; python_version<"3.2"
|
||||
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
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue