Skip to content

Commit 3510b4d

Browse files
committed
build: bump pylint version 1.7.5 > 1.8.2
in order to fix `unused variable __class__` and because we have astroid at the version `1.6.x` we must upgrade pylint
1 parent 61265a8 commit 3510b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ val installAll =
3939
|python3 -m pip install pylint-common==0.2.2 &&
4040
|python -m pip install pylint-celery==0.3 &&
4141
|python3 -m pip install pylint-celery==0.3 &&
42-
|python -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&
43-
|python3 -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&
42+
|python -m pip install pylint==1.8.2 --upgrade --ignore-installed --no-cache-dir &&
43+
|python3 -m pip install pylint==1.8.2 --upgrade --ignore-installed --no-cache-dir &&
4444
|python -m pip uninstall -y pip &&
4545
|python3 -m pip uninstall -y pip &&
4646
|apk del wget ca-certificates git &&

0 commit comments

Comments
 (0)