Skip to content

Commit

Permalink
Fix optional dependency version for autopep8 (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
doolio authored Jan 19, 2024
1 parent 36bd41b commit cb213e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ all = [
"yapf>=0.33.0",
"whatthepatch>=1.0.2,<2.0.0"
]
autopep8 = ["autopep8>=1.6.0,<2.1.0"]
autopep8 = ["autopep8>=2.0.4,<2.1.0"]
flake8 = ["flake8>=7,<8"]
mccabe = ["mccabe>=0.7.0,<0.8.0"]
pycodestyle = ["pycodestyle>=2.11.0,<2.12.0"]
Expand Down

0 comments on commit cb213e0

Please sign in to comment.