Skip to content

Commit e9b0185

Browse files
committed
Lint/autopep8: update to the latest upstream version v2.3.1
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>
1 parent 37b601c commit e9b0185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ commands =
4848

4949
[testenv:autopep8]
5050
deps =
51-
autopep8==2.0.4
52-
pycodestyle==2.11.0
51+
autopep8==2.3.1
52+
pycodestyle==2.12.1
5353

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

0 commit comments

Comments
 (0)