Skip to content

Commit

Permalink
build: bump pylint version 1.7.5 > 1.8.2
Browse files Browse the repository at this point in the history
in order to fix `unused variable __class__` and because we have
astroid at the version `1.6.x` we must upgrade pylint
  • Loading branch information
simobasso committed Jan 23, 2018
1 parent 7f33792 commit 8fb98f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ val installAll =
|python3 -m pip install pylint-common==0.2.2 &&
|python -m pip install pylint-celery==0.3 &&
|python3 -m pip install pylint-celery==0.3 &&
|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 &&
|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 &&
|python -m pip uninstall -y pip &&
|python3 -m pip uninstall -y pip &&
|apk del wget ca-certificates git &&
Expand Down

0 comments on commit 8fb98f0

Please sign in to comment.