From 6bfe23b49224dbcebb08fb3a7d536254c8dbf57e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:26:40 +0000 Subject: [PATCH] build(deps): update dependency astral-sh/ruff-pre-commit to v0.16.1 --- 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 5bc57f7..cac8646 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.22 + rev: v0.16.1 hooks: - id: ruff args: [--exit-non-zero-on-fix]