Skip to content

Commit

Permalink
tox: Pin pycodestyle to 2.10.0
Browse files Browse the repository at this point in the history
They changed their API in 2.11.0 and broke autopep8
See:
hhatto/autopep8#689
and
hhatto/autopep8#696
  • Loading branch information
bcl committed Aug 9, 2023
1 parent e9b69fa commit b7c6fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ commands =
[testenv:autopep8]
deps =
autopep8==2.0.2
pycodestyle==2.10.0

commands =
bash -c 'python -m autopep8 --diff --max-line-length 120 -a -a -a -j0 -r --exit-code {env:LINTABLES}'
Expand Down

0 comments on commit b7c6fe4

Please sign in to comment.