Skip to content

Commit e883f09

Browse files
committed
updated pylint to 4.0.x
1 parent 2ed8338 commit e883f09

2 files changed

Lines changed: 1 addition & 2 deletions

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<4.0.0'
90+
python -m pip install 'pylint<4.1.0'
9191
python -m pip install unittest2
9292
python -m pip install pytest
9393
python -m pip install pytest-xdist

.pylintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@ reports=no
6363
ignored-classes=SQLObject,_socketobject
6464
[MASTER]
6565
init-hook='import sys; sys.path.append("./addons")'
66-
suggestion-mode=yes

0 commit comments

Comments
 (0)