diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 10cd3894f8..79791a044e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: types: [file, yaml] entry: yamllint --strict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.4.2" + rev: "v0.4.3" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -94,6 +94,6 @@ repos: - pytest-testinfra - wcmatch - repo: https://github.com/ansible/ansible-lint - rev: v24.2.2 + rev: v24.2.3 hooks: - id: ansible-lint