mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
WIP: use latest pyflakes
This commit is contained in:
parent
0f3f4ff9b4
commit
03ea38df16
2 changed files with 9 additions and 3 deletions
2
setup.py
2
setup.py
|
|
@ -20,7 +20,7 @@ requires = [
|
|||
# And in which releases we will update those ranges here:
|
||||
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
|
||||
"entrypoints >= 0.2.3, < 0.3.0",
|
||||
"pyflakes >= 2.0.0, < 2.1.0",
|
||||
"pyflakes >= 2.1.0, < 2.2.0",
|
||||
"pycodestyle >= 2.4.0, < 2.5.0",
|
||||
"mccabe >= 0.6.0, < 0.7.0",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue