From 7927545f1af8829c5a3bc44ff7f70754873abb27 Mon Sep 17 00:00:00 2001 From: rserial <66872179+rserial@users.noreply.github.com> Date: Mon, 16 Feb 2026 07:08:18 +0000 Subject: [PATCH] Update pre-commit hooks --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 944926a..c603ad3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,15 +19,15 @@ repos: - id: trailing-whitespace exclude: .bumpversion.cfg - repo: https://github.com/timothycrosley/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 26.1.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.15.1 hooks: - id: ruff args: [ --fix ] @@ -36,7 +36,7 @@ repos: hooks: - id: validate-cff - repo: https://github.com/python-poetry/poetry - rev: 2.1.3 + rev: 2.3.2 hooks: - id: poetry-check - id: poetry-install