From 5faaeab11963c537181dcf817bc3bd14adc6bd21 Mon Sep 17 00:00:00 2001 From: "scientific-python-pr-tokenbot[bot]" <181030687+scientific-python-pr-tokenbot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 06:04:42 +0000 Subject: [PATCH] [create-pull-request] automated change --- .pre-commit-config.yaml | 4 ++-- docs/pages/guides/style.md | 6 +++--- {{cookiecutter.project_name}}/.pre-commit-config.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d7ce143..68808c8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: additional_dependencies: [black==24.*] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.10" + rev: "v0.14.11" hooks: - id: ruff-check args: ["--fix", "--show-fixes"] @@ -67,7 +67,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/crate-ci/typos - rev: "v1.41.0" + rev: "v1.42.0" hooks: - id: typos exclude: ^Gemfile\.lock$ diff --git a/docs/pages/guides/style.md b/docs/pages/guides/style.md index 1f3bd381..b52e9750 100644 --- a/docs/pages/guides/style.md +++ b/docs/pages/guides/style.md @@ -140,7 +140,7 @@ Here is the snippet to add the formatter to your `.pre-commit-config.yml` ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.10" + rev: "v0.14.11" hooks: # id: ruff-check would go here if using both - id: ruff-format @@ -230,7 +230,7 @@ pre-commit hook. ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.10" + rev: "v0.14.11" hooks: - id: ruff-check args: ["--fix", "--show-fixes"] @@ -786,7 +786,7 @@ integration. ```yaml - repo: https://github.com/crate-ci/typos - rev: "v1.40.1" + rev: "v1.42.0" hooks: - id: typos args: [] diff --git a/{{cookiecutter.project_name}}/.pre-commit-config.yaml b/{{cookiecutter.project_name}}/.pre-commit-config.yaml index 5ae60d50..5116ff28 100644 --- a/{{cookiecutter.project_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_name}}/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.10" + rev: "v0.14.11" hooks: - id: ruff-check args: ["--fix", "--show-fixes"]