Skip to content

Commit cd0c485

Browse files
committed
updated pylint to 3.3.x
1 parent 79a9fb8 commit cd0c485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scriptcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
python -m pip install pip --upgrade
8888
python -m pip install natsort
8989
python -m pip install pexpect
90-
python -m pip install 'pylint<=3.3.0'
90+
python -m pip install 'pylint<=4.0.0'
9191
python -m pip install unittest2
9292
python -m pip install pytest
9393
python -m pip install pytest-xdist

0 commit comments

Comments
 (0)