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 11a1ee3 commit 0a9d422Copy full SHA for 0a9d422
build.sbt
@@ -40,8 +40,8 @@ val installAll =
40
|python3 -m pip install pylint-common==0.2.2 &&
41
|python -m pip install pylint-celery==0.3 &&
42
|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 &&
+ |python -m pip install pylint==1.7.1 --upgrade --ignore-installed --no-cache-dir &&
+ |python3 -m pip install pylint==1.7.1 --upgrade --ignore-installed --no-cache-dir &&
45
|python -m pip uninstall -y pip &&
46
|python3 -m pip uninstall -y pip &&
47
|apk del wget ca-certificates git &&
0 commit comments