From 2ba5f6d72998695b5afac6425d7ab39527f9ec9c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:29:35 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.4...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7cffb32..6217f25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.9 hooks: - id: ruff args: [ --config=pyproject.toml ] @@ -25,7 +25,7 @@ repos: args: [ --config=pyproject.toml ] - repo: https://github.com/codespell-project/codespell # Configuration for codespell is in pyproject.toml - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: From cec717508f134e0de6f69feb67ebfed85b5aba9d Mon Sep 17 00:00:00 2001 From: Alessandro Felder Date: Wed, 8 Apr 2026 13:51:20 +0100 Subject: [PATCH 2/2] mirror pre-commit dependencies in package slug --- {{cookiecutter.package_name}}/.pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.package_name}}/.pre-commit-config.yaml b/{{cookiecutter.package_name}}/.pre-commit-config.yaml index c616fb8..b236e14 100644 --- a/{{cookiecutter.package_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.package_name}}/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.9 hooks: - id: ruff args: [ --config=pyproject.toml ] @@ -43,7 +43,7 @@ repos: - setuptools-scm[toml]>=8 - repo: https://github.com/codespell-project/codespell # Configuration for codespell is in pyproject.toml - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: