diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 97ca33a2..3671ede7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-merge-conflict @@ -20,7 +20,7 @@ repos: args: - --allow-missing-credentials - repo: https://github.com/ansible/ansible-lint.git - rev: v6.19.0 + rev: v6.20.3 hooks: - id: ansible-lint files: \.(yaml|yml)$ @@ -29,7 +29,7 @@ repos: hooks: - id: black - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.5 + rev: v0.9.0.6 hooks: - id: shellcheck - repo: https://github.com/gitleaks/gitleaks