From 941e5bd77106ef4d0cfcd582f19a81fedfb4b876 Mon Sep 17 00:00:00 2001 From: rserial <66872179+rserial@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:06:22 +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..349a595 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: 9.0.0a3 hooks: - id: isort - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 26.5.1 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.15.20 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.4.1 hooks: - id: poetry-check - id: poetry-install