From 3d5f6ca128a61436b2bf1cfb7cf66b21a9632429 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 20:26:26 +0000 Subject: [PATCH] Bump pre-commit hook charliermarsh/ruff-pre-commit to v0.15.8 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6820d6c..5985b11 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: # Ruff replaces black, flake8, autoflake, isort and more - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.15.7' # make sure this is always consistent with hatch configs + rev: 'v0.15.8' # make sure this is always consistent with hatch configs hooks: - id: ruff - id: ruff-format