Skip to content

Commit

Permalink
Lint/autopep8: update to newer version
Browse files Browse the repository at this point in the history
This is needed to resolve fialure to find `lib2to3` module on F41, which
was removed since Python 3.13 used by default there.

Update autopep8 and pycodestyle to the latest upstream releases.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
  • Loading branch information
thozza committed Nov 20, 2024
1 parent 8412dde commit 9bb2bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ commands =

[testenv:autopep8]
deps =
autopep8==2.0.4
pycodestyle==2.11.0
autopep8==2.3.1
pycodestyle==2.12.1

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

0 comments on commit 9bb2bf6

Please sign in to comment.