mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 22:04:17 +00:00
upgrade pycodestyle to 2.9.x
This commit is contained in:
parent
66b3211646
commit
7838f1191c
2 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ package_dir =
|
|||
# https://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
|
||||
install_requires =
|
||||
mccabe>=0.7.0,<0.8.0
|
||||
pycodestyle>=2.8.0,<2.9.0
|
||||
pycodestyle>=2.9.0,<2.10.0
|
||||
pyflakes>=2.5.0,<2.6.0
|
||||
importlib-metadata<4.3;python_version<"3.8"
|
||||
python_requires = >=3.6.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue