diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35d46ee..298021d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: check-added-large-files - id: check-executables-have-shebangs @@ -19,7 +19,7 @@ repos: - id: no-commit-to-branch - id: trailing-whitespace - repo: https://github.com/k8s-at-home/sops-pre-commit - rev: v2.0.3 + rev: v2.1.0 hooks: - id: forbid-secrets - repo: https://github.com/adrienverge/yamllint @@ -31,14 +31,14 @@ repos: - .github/lint/.yamllint.yaml - -s - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.28.1 + rev: v0.31.0 hooks: - id: markdownlint args: - -c - .github/lint/.markdownlint.yaml - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v5.0.0 + rev: v8.0.0 hooks: - id: commitlint stages: [commit-msg]