From 7bba5c2b361cfadce74c4e35c2455244f019c92c Mon Sep 17 00:00:00 2001 From: fedejaure <6617955+fedejaure@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:36:14 +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 dcac58fb..13c09544 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,24 +24,24 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 25.12.0 + rev: 26.1.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.14.14 hooks: - id: ruff - repo: https://github.com/python-poetry/poetry - rev: 2.2.1 + rev: 2.3.1 hooks: - id: poetry-check - id: poetry-install - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint - repo: https://github.com/ansible-community/ansible-lint.git - rev: v25.12.2 + rev: v26.1.1 hooks: - id: ansible-lint stages: