X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.pre-commit-config.yaml;h=cfceb847d0e83250f1b2e5f1436cceb6eeb53731;hb=refs%2Fheads%2Fmaster;hp=ea2aa9f6ceef9fe6d70b54e096cd9be2b55e2f52;hpb=c156322a36953c7b93958b84ae7766496834a42a;p=ci-management.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea2aa9f6..cfceb847 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,25 +4,25 @@ default_language_version: node: "14.13.0" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.5.0 hooks: - id: check-json - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.6.2 + rev: v4.0.0-alpha.8 hooks: - id: prettier stages: [commit] - repo: https://github.com/jorisroovers/gitlint - rev: v0.17.0 + rev: v0.19.1 hooks: - id: gitlint stages: [commit-msg] - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 2.1.6 + rev: 3.0.0 hooks: - id: shellcheck exclude: > @@ -33,6 +33,6 @@ repos: )$ - repo: https://github.com/adrienverge/yamllint - rev: v1.26.3 + rev: v1.34.0 hooks: - id: yamllint