mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
upgrade pycodestyle to 2.10
This commit is contained in:
parent
647996c743
commit
047e6f8eb5
2 changed files with 1 additions and 9 deletions
|
|
@ -35,7 +35,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.9.0,<2.10.0
|
||||
pycodestyle>=2.10.0,<2.11.0
|
||||
pyflakes>=2.5.0,<2.6.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