From: Thanh Ha Date: Thu, 14 May 2020 13:08:33 +0000 (-0400) Subject: Update pre-commit hooks 2020-05-14 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=83e0df04367e5dfacb17408ec9119c5f1f2be693;p=releng%2Fbuilder.git Update pre-commit hooks 2020-05-14 Update all pre-commit hooks to the latest versions. It's been awhile since we last did this and many hooks have much newer versions now. Change-Id: I7698fd316de788fc9b5c79ffbf651d0b927072ab Signed-off-by: Thanh Ha --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 275074f2d..7ff009625 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.2.1 + rev: v2.5.0 hooks: - id: check-json - id: flake8 @@ -10,12 +10,12 @@ repos: - id: trailing-whitespace - repo: https://github.com/jorisroovers/gitlint - rev: v0.11.0 + rev: v0.13.1 hooks: - id: gitlint - repo: https://github.com/jumanjihouse/pre-commit-hooks - sha: 1.11.0 + sha: 2.0.2 hooks: - id: shellcheck exclude: > @@ -25,6 +25,6 @@ repos: )$ - repo: https://github.com/adrienverge/yamllint - rev: v1.15.0 + rev: v1.23.0 hooks: - id: yamllint