From f5438380eaf0f6b79a3663dcb95fcab032fdf1e8 Mon Sep 17 00:00:00 2001 From: fedejaure <6617955+fedejaure@users.noreply.github.com> Date: Wed, 1 Jul 2026 07:23:02 +0000 Subject: [PATCH] Update pre-commit hooks --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6be4ea2..03a02ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,19 +20,19 @@ repos: - id: trailing-whitespace exclude: .bumpversion.cfg - repo: https://github.com/timothycrosley/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort - repo: https://github.com/psf/black - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.8 + rev: v0.15.20 hooks: - id: ruff - repo: https://github.com/python-poetry/poetry - rev: 2.3.2 + rev: 2.4.1 hooks: - id: poetry-check - id: poetry-install @@ -41,7 +41,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/ansible-community/ansible-lint.git - rev: v26.3.0 + rev: v26.6.0 hooks: - id: ansible-lint stages: