Skip to content

Commit ccd8f81

Browse files
authored
Merge pull request #28 from simobasso/pylint_175
build: bump pylint version
2 parents c70b7d5 + 07352b1 commit ccd8f81

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)