diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d49ac55..349aa9a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -9,7 +9,7 @@ repos: - id: pretty-format-json args: [--autofix] - repo: https://github.com/ansible/ansible-lint - rev: v6.16.2 + rev: v24.9.2 hooks: - id: ansible-lint files: src/.*\.(yaml|yml)$