Skip to content

Commit 767f2c2

Browse files
committed
Bump pylint version to 1.6.4
1 parent d92db03 commit 767f2c2

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
@@ -44,8 +44,8 @@ val installAll =
4444
|python3 -m pip install pylint-common==0.2.2 &&
4545
|python -m pip install pylint-celery==0.3 &&
4646
|python3 -m pip install pylint-celery==0.3 &&
47-
|python -m pip install pylint==1.5.4 --upgrade --ignore-installed --no-cache-dir &&
48-
|python3 -m pip install pylint==1.5.4 --upgrade --ignore-installed --no-cache-dir""".stripMargin.replaceAll(System.lineSeparator()," ")
47+
|python -m pip install pylint==1.6.4 --upgrade --ignore-installed --no-cache-dir &&
48+
|python3 -m pip install pylint==1.6.4 --upgrade --ignore-installed --no-cache-dir""".stripMargin.replaceAll(System.lineSeparator()," ")
4949

5050
mappings in Universal <++= (resourceDirectory in Compile) map { (resourceDir: File) =>
5151
val src = resourceDir / "docs"

0 commit comments

Comments
 (0)