From b743fc0481b5f1d4e5c7236f7493f1585d5adfa2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:08:23 +0000 Subject: [PATCH] build(deps): update dependency astral-sh/ruff-pre-commit to v0.15.8 --- template/.pre-commit-config.yaml.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index 7c4d9a7..8573aa1 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -56,7 +56,7 @@ repos: {%- endif %} - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.7 + rev: v0.15.8 hooks: - id: ruff args: [--exit-non-zero-on-fix]