mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 22:04:17 +00:00
Merge branch 'update-pycodestyle' into 'master'
Update minimum pycodestyle version to 2.3.0 Closes #381 See merge request pycqa/flake8!212
This commit is contained in:
commit
1ecf97005a
2 changed files with 2 additions and 2 deletions
|
|
@ -14,5 +14,5 @@ requires-dist =
|
||||||
enum34; python_version<"3.4"
|
enum34; python_version<"3.4"
|
||||||
configparser; python_version<"3.2"
|
configparser; python_version<"3.2"
|
||||||
pyflakes >= 1.5.0, < 1.7.0
|
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
|
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:
|
# And in which releases we will update those ranges here:
|
||||||
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
|
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
|
||||||
"pyflakes >= 1.5.0, < 1.7.0",
|
"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",
|
"mccabe >= 0.6.0, < 0.7.0",
|
||||||
"setuptools >= 30",
|
"setuptools >= 30",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue