From 58a108522a17d54f0bba3bb86eca9c41f0a81bb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 05:11:52 +0000 Subject: [PATCH] =?UTF-8?q?feat(deps):=20update=20dependency=20charliermar?= =?UTF-8?q?sh/ruff-pre-commit=20(=20v0.12.12=20=E2=86=92=20v0.13.0=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 8699247..d5d6874 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -144,7 +144,7 @@ repos: stages: [pre-commit] # renovate: datasource=github-tags depName=charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.12.12" + rev: "v0.13.0" hooks: - id: ruff name: Lint and Format with Ruff diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index 4bf8a05..0c62cab 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -150,7 +150,7 @@ repos: {%- endif %}{% if python %} # renovate: datasource=github-tags depName=charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.12.12" + rev: "v0.13.0" hooks: - id: ruff name: Lint and Format with Ruff