Skip to content

Commit bd429b6

Browse files
mvo5supakeen
authored andcommitted
tox: move to pylint 3.0.2 for py312 support
With python 3.12 our pylint version breaks because of pylint-dev/astroid#2201 This is fixed in 3.0.0a6 but it seems sensible to move to 3.0.2.
1 parent 5a58c35 commit bd429b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ commands =
5959

6060
[testenv:pylint]
6161
deps =
62-
pylint==2.17.3
62+
pylint==3.0.2
6363

6464
commands =
6565
bash -c 'python -m pylint {env:LINTABLES}'

0 commit comments

Comments
 (0)