mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Update to pyflakes 2.0.0
- Add new pyflakes codes - Bump the required versions - Fixes https://gitlab.com/pycqa/flake8/issues/422
This commit is contained in:
parent
33e7eae53a
commit
527af5c214
4 changed files with 10 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -21,7 +21,7 @@ requires = [
|
|||
# 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:
|
||||
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
|
||||
"pyflakes >= 1.5.0, < 1.7.0",
|
||||
"pyflakes >= 2.0.0, < 2.1.0",
|
||||
"pycodestyle >= 2.4.0, < 2.5.0",
|
||||
"mccabe >= 0.6.0, < 0.7.0",
|
||||
"setuptools >= 30",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue