diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57824b08..e61b1b0a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,12 +27,12 @@ repos: hooks: - id: doc8 - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.4.2 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -42,12 +42,12 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.2.0" + rev: "v0.4.2" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/ansible/ansible-lint.git - rev: v6.22.2 + rev: v24.2.2 hooks: - id: ansible-lint entry: env ANSIBLE_ROLES_PATH="$ANSIBLE_ROLES_PATH:test/roles" ansible-lint