mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 22:04:17 +00:00
upgrade pyflakes to 3.2.x
This commit is contained in:
parent
2ab9d76639
commit
cde8570df3
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ packages = find:
|
||||||
install_requires =
|
install_requires =
|
||||||
mccabe>=0.7.0,<0.8.0
|
mccabe>=0.7.0,<0.8.0
|
||||||
pycodestyle>=2.11.0,<2.12.0
|
pycodestyle>=2.11.0,<2.12.0
|
||||||
pyflakes>=3.1.0,<3.2.0
|
pyflakes>=3.2.0,<3.3.0
|
||||||
python_requires = >=3.8.1
|
python_requires = >=3.8.1
|
||||||
package_dir =
|
package_dir =
|
||||||
=src
|
=src
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue