From d2b5eeb070b16562e2a5ffd179dda3d2c3a85c93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 23:55:50 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20pre-commit=20hook?= =?UTF-8?q?=20charliermarsh/ruff-pre-commit=20to=20v0.16.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 50fb7f0..23c9b7f 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.16.8" # make sure this is always consistent with hatch configs + rev: "v0.16.9" # make sure this is always consistent with hatch configs hooks: - id: ruff - id: ruff-format