X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.pre-commit-config.yaml;h=d0d5be76e3d6cb7f79cc54ce708e421e2a5678d9;hb=63ef31b38329dfec0080e973f62f026b68cfd8d5;hp=ce053483bd7439770b77240b6b6258025797c5c5;hpb=f325f0dc4d34cb79e9c15813140db1e18ed2a185;p=releng%2Fglobal-jjb.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce053483..d0d5be76 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,21 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v1.3.0 + rev: v3.1.0 hooks: - id: trailing-whitespace + + - repo: https://github.com/prettier/prettier + 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: 2.1.1 + hooks: + - id: shellcheck