We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61265a8 commit 3510b4dCopy full SHA for 3510b4d
build.sbt
@@ -39,8 +39,8 @@ val installAll =
39
|python3 -m pip install pylint-common==0.2.2 &&
40
|python -m pip install pylint-celery==0.3 &&
41
|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 &&
+ |python -m pip install pylint==1.8.2 --upgrade --ignore-installed --no-cache-dir &&
+ |python3 -m pip install pylint==1.8.2 --upgrade --ignore-installed --no-cache-dir &&
44
|python -m pip uninstall -y pip &&
45
|python3 -m pip uninstall -y pip &&
46
|apk del wget ca-certificates git &&
0 commit comments