tox: move to pylint 3.0.2 for py312 support
With python 3.12 our pylint version breaks because of https://github.com/pylint-dev/astroid/issues/2201 This is fixed in 3.0.0a6 but it seems sensible to move to 3.0.2.
This commit is contained in:
parent
5407f1cef1
commit
26fa3aec8c
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -59,7 +59,7 @@ commands =
|
|||
|
||||
[testenv:pylint]
|
||||
deps =
|
||||
pylint==2.17.3
|
||||
pylint==3.0.2
|
||||
|
||||
commands =
|
||||
bash -c 'python -m pylint {env:LINTABLES}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue