Skip to content

Commit

Permalink
Bump shellcheck, mypy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
barton2526 committed Mar 8, 2022
1 parent 1ea2cf5 commit 8220035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/lint/04_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ sudo update-alternatives --install /usr/bin/clang-format-diff clang-format-diff
./ci/retry/retry pip3 install codespell==2.0.0
./ci/retry/retry pip3 install flake8==3.8.3
./ci/retry/retry pip3 install yq
./ci/retry/retry pip3 install mypy==0.781
./ci/retry/retry pip3 install mypy==0.910
./ci/retry/retry pip3 install vulture==2.3

SHELLCHECK_VERSION=v0.7.1
SHELLCHECK_VERSION=v0.8.0
curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/
export PATH="/tmp/shellcheck-${SHELLCHECK_VERSION}:${PATH}"

0 comments on commit 8220035

Please sign in to comment.