X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.pre-commit-config.yaml;h=188d28fb90a8798c47c712c82c2ce8269f6495e7;hb=75722556d874353f627446272dcea32bfc50507c;hp=4ab5eb4e202c11c1a53e21de7512642a3915b16f;hpb=be0de7e3278f0c1479c87c579b3998d77ec9b7a8;p=releng%2Fglobal-jjb.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ab5eb4e..188d28fb 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: v3.4.0 + rev: v4.0.1 hooks: - id: trailing-whitespace - id: no-commit-to-branch @@ -10,7 +10,7 @@ repos: - --branch=main - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.2.1 + rev: v2.3.2 hooks: - id: prettier stages: [commit] @@ -21,7 +21,7 @@ repos: - id: gitlint - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.1 + rev: v1.26.3 hooks: - id: yamllint