upgrade to pycodestyle 2.11.x

This commit is contained in:
Anthony Sottile 2023-07-29 13:23:01 -04:00
parent 9744e5bdd8
commit 9786562feb
2 changed files with 2 additions and 6 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.10.0,<2.11.0
pycodestyle>=2.11.0,<2.12.0
pyflakes>=3.1.0,<3.2.0
# 3.8.0's importlib.metadata is broken
python_requires = >=3.8.1