From aa9dbb7f71bb0fe70f4a68b7195b93be2cfdc66d 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, 15 Jun 2026 07:51:55 +0000 Subject: [PATCH] [create-pull-request] automated change --- .pre-commit-config.yaml | 6 +++--- docs/pages/guides/gha_wheels.md | 2 +- docs/pages/guides/style.md | 8 ++++---- ...if cookiecutter.__type=='compiled' %}cd.yml{% endif %} | 2 +- {{cookiecutter.project_name}}/.pre-commit-config.yaml | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9f4f007..1065aa94 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.15.16" + rev: "v0.15.17" hooks: - id: ruff-check args: ["--fix"] @@ -60,13 +60,13 @@ repos: - types-PyYAML - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.8.3" + rev: "v3.8.4" hooks: - id: prettier types_or: [yaml, html, css, scss, javascript, json] - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.0 + rev: "v0.2.16" hooks: - id: rumdl args: [--no-exclude] # Disable all exclude patterns diff --git a/docs/pages/guides/gha_wheels.md b/docs/pages/guides/gha_wheels.md index 05a61871..b2e6b299 100644 --- a/docs/pages/guides/gha_wheels.md +++ b/docs/pages/guides/gha_wheels.md @@ -116,7 +116,7 @@ build_wheels: - uses: astral-sh/setup-uv@v8.2.0 - - uses: pypa/cibuildwheel@v4.0 + - uses: pypa/cibuildwheel@v4.1 - name: Upload wheels uses: actions/upload-artifact@v7 diff --git a/docs/pages/guides/style.md b/docs/pages/guides/style.md index 78605859..e5817fda 100644 --- a/docs/pages/guides/style.md +++ b/docs/pages/guides/style.md @@ -149,7 +149,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.15.16" + rev: "v0.15.17" hooks: # id: ruff-check would go here if using both - id: ruff-format @@ -235,7 +235,7 @@ pre-commit hook. ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.16" + rev: "v0.15.17" hooks: - id: ruff-check args: ["--fix", "--show-fixes"] @@ -897,7 +897,7 @@ number of different file types. An example of usage: ```yaml - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.8.3" + rev: "v3.8.4" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -945,7 +945,7 @@ schemas, and you can load them via URL. It work on JSON, YAML, and TOML. ```yaml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.37.2" + rev: "0.37.3" hooks: - id: check-dependabot - id: check-github-workflows diff --git a/{{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type=='compiled' %}cd.yml{% endif %} b/{{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type=='compiled' %}cd.yml{% endif %} index fcac06ff..166619a0 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type=='compiled' %}cd.yml{% endif %} +++ b/{{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type=='compiled' %}cd.yml{% endif %} @@ -56,7 +56,7 @@ jobs: - uses: astral-sh/setup-uv@v8.2.0 - - uses: pypa/cibuildwheel@v4.0 + - uses: pypa/cibuildwheel@v4.1 - name: Upload wheels uses: actions/upload-artifact@v7 diff --git a/{{cookiecutter.project_name}}/.pre-commit-config.yaml b/{{cookiecutter.project_name}}/.pre-commit-config.yaml index 1e8a5961..9a12ad51 100644 --- a/{{cookiecutter.project_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_name}}/.pre-commit-config.yaml @@ -36,14 +36,14 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.8.3" + rev: "v3.8.4" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.16" + rev: "v0.15.17" hooks: - id: ruff-check args: ["--fix"] @@ -105,7 +105,7 @@ repos: additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.37.2" + rev: "0.37.3" hooks: {%- if cookiecutter.__ci == "github" %} - id: check-dependabot