X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.pre-commit-config.yaml;h=fbe75456c66d65e6e7a25c3d284434a1f772e66c;hb=4e5148bea90808186cdda4154e62e4297d706270;hp=ce053483bd7439770b77240b6b6258025797c5c5;hpb=f325f0dc4d34cb79e9c15813140db1e18ed2a185;p=releng%2Fglobal-jjb.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce053483..fbe75456 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,16 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v1.3.0 + rev: v2.2.1 hooks: - id: trailing-whitespace + + - repo: https://github.com/prettier/prettier + rev: 1.18.2 + hooks: + - id: prettier + + - repo: https://github.com/jumanjihouse/pre-commit-hooks + rev: 1.11.2 + hooks: + - id: shellcheck