From 3250319f0b84e3cca85a412fef63900938b9b88b 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, 7 Sep 2026 06:09:46 +0000 Subject: [PATCH] [create-pull-request] automated change --- .pre-commit-config.yaml | 6 +++--- docs/guides/style.md | 10 +++++----- {{cookiecutter.project_name}}/.pre-commit-config.yaml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9dfa263d..664ba6bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.16.5" + rev: "v0.16.6" hooks: - id: ruff-check args: ["--fix"] @@ -60,13 +60,13 @@ repos: types_or: [yaml, html, css, scss, javascript, json] - repo: https://github.com/rvben/rumdl-pre-commit - rev: "v0.2.62" + rev: "v0.2.67" hooks: - id: rumdl args: [--no-exclude] # Disable all exclude patterns - repo: https://github.com/crate-ci/typos - rev: "v1.50.0" + rev: "v1.50.1" hooks: - id: typos exclude: ^Gemfile\.lock$ diff --git a/docs/guides/style.md b/docs/guides/style.md index 697a65d2..3e74ddfe 100644 --- a/docs/guides/style.md +++ b/docs/guides/style.md @@ -148,7 +148,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.16.5" + rev: "v0.16.6" hooks: # id: ruff-check would go here if using both - id: ruff-format @@ -216,7 +216,7 @@ your code and your docs. Add `markdown` to the `ruff-format` hook's `types_or`: ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.16.5" + rev: "v0.16.6" hooks: - id: ruff-format types_or: [python, pyi, jupyter, markdown, pyproject] @@ -256,7 +256,7 @@ pre-commit hook. ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.16.5" + rev: "v0.16.6" hooks: - id: ruff-check args: ["--fix", "--show-fixes"] @@ -672,7 +672,7 @@ with `additional_dependencies`, and pass extra flags via `args`. :sync: ty ```yaml - repo: https://github.com/astral-sh/ty-pre-commit - rev: "v0.0.75" + rev: "v0.0.78" hooks: - id: ty ``` @@ -909,7 +909,7 @@ integration. ```yaml - repo: https://github.com/crate-ci/typos - rev: "v1.50.0" + rev: "v1.50.1" hooks: - id: typos args: [] diff --git a/{{cookiecutter.project_name}}/.pre-commit-config.yaml b/{{cookiecutter.project_name}}/.pre-commit-config.yaml index 2237af8a..a7c2100f 100644 --- a/{{cookiecutter.project_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_name}}/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.16.5" + rev: "v0.16.6" hooks: - id: ruff-check args: ["--fix"]