From b2f1bef8a9db780e03d7c9dc2c3ba17dbe172ec6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 07:15:33 +0000 Subject: [PATCH] Bump pre-commit hook charliermarsh/ruff-pre-commit to v0.16.3 --- .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 c2a40dd..dd38b33 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.22' # make sure this is always consistent with hatch configs + rev: 'v0.16.3' # make sure this is always consistent with hatch configs hooks: - id: ruff - id: ruff-format