X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.pre-commit-config.yaml;h=1709398f3d9cd7228396c8163da07232b6f02da3;hb=refs%2Ftags%2Fv0.74.0;hp=4ab5eb4e202c11c1a53e21de7512642a3915b16f;hpb=be0de7e3278f0c1479c87c579b3998d77ec9b7a8;p=releng%2Fglobal-jjb.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ab5eb4e..1709398f 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,18 +10,18 @@ repos: - --branch=main - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.2.1 + rev: v2.4.1 hooks: - id: prettier stages: [commit] - repo: https://github.com/jorisroovers/gitlint - rev: v0.15.1 + rev: v0.16.0 hooks: - id: gitlint - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.1 + rev: v1.26.3 hooks: - id: yamllint