diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cb904df..b5df5bd 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.5.0 + rev: v4.6.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -15,12 +15,12 @@ repos: - id: double-quote-string-fixer - id: requirements-txt-fixer - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: [-I, .codespellignore] - repo: https://github.com/ansible-community/ansible-lint.git - rev: v6.22.0 + rev: v24.6.1 hooks: - id: ansible-lint files: \.(yaml|yml)$