upgrade pycodestyle to 2.10

This commit is contained in:
Anthony Sottile 2022-11-23 13:31:07 -05:00
parent 647996c743
commit 047e6f8eb5
2 changed files with 1 additions and 9 deletions

View file

@ -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