X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=.pre-commit-config.yaml;fp=.pre-commit-config.yaml;h=497c634174f1cb50b80f0572f86c10b8465e5f9b;hp=ca94141f5b705a16f85467d3df5c7b2cb61338f4;hb=efce69317c6b74c8f3f5c869efed5bc4f533dd7c;hpb=e67635cb851fc40b9d42638f6e108f1c194ef0f8 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca94141f5..497c63417 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: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: check-executables-have-shebangs @@ -21,12 +21,12 @@ repos: - id: gitlint - repo: https://github.com/adrienverge/yamllint.git - rev: v1.31.0 + rev: v1.34.0 hooks: - id: yamllint - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.9-for-vscode + rev: v4.0.0-alpha.8 hooks: - id: prettier stages: [commit]