From 55e9574d6b504e2e0dcfe0e15decf102a1ffa232 Mon Sep 17 00:00:00 2001 From: DanRyanIrish <6806704+DanRyanIrish@users.noreply.github.com> Date: Mon, 20 Apr 2026 07:39:56 +0000 Subject: [PATCH] Automatic package template update --- .cruft.json | 4 ++-- .pre-commit-config.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cruft.json b/.cruft.json index 13d4d1f..4567112 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "9599f755e4f7880fe20f0f07bbf500d8c41de34d", + "commit": "3d0ff5cac98c56196dbd1ba3e89703c2b7616e29", "checkout": null, "context": { "cookiecutter": { @@ -33,7 +33,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "9599f755e4f7880fe20f0f07bbf500d8c41de34d" + "_commit": "3d0ff5cac98c56196dbd1ba3e89703c2b7616e29" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0683ff8..a1c01ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: zizmor # This should be before any formatting hooks like isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.4" + rev: "v0.15.8" hooks: - id: ruff args: ["--fix"] @@ -45,7 +45,7 @@ repos: - id: mixed-line-ending types_or: [python, rst] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: [ "--write-changes" ]