mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
upgrade pyflakes to 3.0.0
This commit is contained in:
parent
8c06197cd5
commit
489be4d30a
4 changed files with 6 additions and 17 deletions
|
|
@ -36,7 +36,7 @@ package_dir =
|
|||
install_requires =
|
||||
mccabe>=0.7.0,<0.8.0
|
||||
pycodestyle>=2.10.0,<2.11.0
|
||||
pyflakes>=2.5.0,<2.6.0
|
||||
pyflakes>=3.0.0,<3.1.0
|
||||
# 3.8.0's importlib.metadata is broken
|
||||
python_requires = >=3.8.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue