mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
upgrade pyflakes / pycodestyle
This commit is contained in:
parent
23e4005c55
commit
4941a3e32e
3 changed files with 8 additions and 5 deletions
|
|
@ -29,8 +29,8 @@ classifiers =
|
|||
packages = find:
|
||||
install_requires =
|
||||
mccabe>=0.7.0,<0.8.0
|
||||
pycodestyle>=2.13.0,<2.14.0
|
||||
pyflakes>=3.3.0,<3.4.0
|
||||
pycodestyle>=2.14.0,<2.15.0
|
||||
pyflakes>=3.4.0,<3.5.0
|
||||
python_requires = >=3.9
|
||||
package_dir =
|
||||
=src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue