Skip to content

Commit 0a9d422

Browse files
author
Daniel Reigada
committed
Bump pylint version
1 parent 11a1ee3 commit 0a9d422

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

0 commit comments

Comments
 (0)