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.
2 parents c70b7d5 + 07352b1 commit ccd8f81Copy full SHA for ccd8f81
build.sbt
@@ -41,8 +41,8 @@ val installAll =
41
|python3 -m pip install pylint-common==0.2.2 &&
42
|python -m pip install pylint-celery==0.3 &&
43
|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 &&
+ |python -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&
+ |python3 -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&
46
|python -m pip uninstall -y pip &&
47
|python3 -m pip uninstall -y pip &&
48
|apk del wget ca-certificates git &&
0 commit comments