From 72482a4451275d6b2f10fef2f8b7793edfc25d07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:32:44 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20dependency=20astral-sh/ru?= =?UTF-8?q?ff-pre-commit=20(=20v0.15.13=20=E2=86=92=20v0.15.16=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 2 +- template/.pre-commit-config.yaml.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54d2b93..4a438d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -146,7 +146,7 @@ repos: stages: [pre-commit] # renovate: datasource=github-tags depName=astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.13" + rev: "v0.15.16" hooks: - id: ruff-check name: Lint with Ruff diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index ad622f6..57c59c7 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -153,7 +153,7 @@ repos: {%- endif %}{% if python %} # renovate: datasource=github-tags depName=astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.13" + rev: "v0.15.16" hooks: - id: ruff-check name: Lint with Ruff