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