Skip to content

Commit

Permalink
tox: move to pylint 3.0.2 for py312 support
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mvo5 committed Nov 15, 2023
1 parent d52738d commit 1e5f636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ commands =

[testenv:pylint]
deps =
pylint==2.17.3
pylint==3.0.2

commands =
bash -c 'python -m pylint {env:LINTABLES}'
Expand Down

0 comments on commit 1e5f636

Please sign in to comment.