diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 002d92f..17c49c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-byte-order-marker @@ -15,6 +15,6 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/ansible-community/ansible-lint - rev: v6.4.0 + rev: v26.3.0 hooks: - id: ansible-lint