diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d2e99b3..9b9e44a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,11 +4,11 @@ repos: - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v4.0.0-alpha.8 hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-merge-conflict @@ -17,7 +17,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/ansible/ansible-lint.git - rev: v6.19.0 + rev: v25.1.2 hooks: - id: ansible-lint files: \.(yaml|yml)$