mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
upgrade pyflakes to 2.4.x
This commit is contained in:
parent
21d3c70d67
commit
91cbebbf58
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ install_requires=
|
||||||
# http://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
|
# http://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
|
||||||
# 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 >= 2.3.0, < 2.4.0
|
pyflakes >= 2.4.0, < 2.5.0
|
||||||
pycodestyle >= 2.7.0, < 2.8.0
|
pycodestyle >= 2.7.0, < 2.8.0
|
||||||
mccabe >= 0.6.0, < 0.7.0
|
mccabe >= 0.6.0, < 0.7.0
|
||||||
importlib-metadata<4.3; python_version<"3.8"
|
importlib-metadata<4.3; python_version<"3.8"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue