Skip to content

Commit 07352b1

Browse files
committed
build: bump pylint version
this is very useful to avoid pylint-dev/pylint#1784
1 parent c70b7d5 commit 07352b1

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
@@ -41,8 +41,8 @@ val installAll =
4141
|python3 -m pip install pylint-common==0.2.2 &&
4242
|python -m pip install pylint-celery==0.3 &&
4343
|python3 -m pip install pylint-celery==0.3 &&
44-
|python -m pip install pylint==1.7.1 --upgrade --ignore-installed --no-cache-dir &&
45-
|python3 -m pip install pylint==1.7.1 --upgrade --ignore-installed --no-cache-dir &&
44+
|python -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&
45+
|python3 -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&
4646
|python -m pip uninstall -y pip &&
4747
|python3 -m pip uninstall -y pip &&
4848
|apk del wget ca-certificates git &&

0 commit comments

Comments
 (0)