We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a9fb8 commit 2ed8338Copy full SHA for 2ed8338
1 file changed
.github/workflows/scriptcheck.yml
@@ -87,7 +87,7 @@ jobs:
87
python -m pip install pip --upgrade
88
python -m pip install natsort
89
python -m pip install pexpect
90
- python -m pip install 'pylint<=3.3.0'
+ python -m pip install 'pylint<4.0.0'
91
python -m pip install unittest2
92
python -m pip install pytest
93
python -m pip install pytest-xdist
0 commit comments