Skip to content

Commit

Permalink
upgrade pycodestyle to 2.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jul 30, 2022
1 parent 66b3211 commit e07253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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
Expand Down

0 comments on commit e07253e

Please sign in to comment.