X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.pre-commit-config.yaml;h=d0d5be76e3d6cb7f79cc54ce708e421e2a5678d9;hb=63ef31b38329dfec0080e973f62f026b68cfd8d5;hp=fbe75456c66d65e6e7a25c3d284434a1f772e66c;hpb=725220518be40c04b46c2fce670d6c395a6557b3;p=releng%2Fglobal-jjb.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbe75456..d0d5be76 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,21 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.2.1 + rev: v3.1.0 hooks: - id: trailing-whitespace - repo: https://github.com/prettier/prettier - rev: 1.18.2 + rev: 2.0.5 hooks: - id: prettier + - repo: https://github.com/jorisroovers/gitlint + rev: v0.13.1 + hooks: + - id: gitlint + - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 1.11.2 + rev: 2.1.1 hooks: - id: shellcheck