From aeb6d7748057eb8037806e863fec5c02d212d394 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:06:56 +0000 Subject: [PATCH] Automatic package template update (#505) Co-authored-by: Cadair <1391051+Cadair@users.noreply.github.com> --- .cruft.json | 4 ++-- .pre-commit-config.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cruft.json b/.cruft.json index 5361939d..7ee3549e 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "ff0522bc171a1fc63022ed2a371f70669173012e", + "commit": "37ffb52646450caa4de8ea084725dbff65fe0995", "checkout": null, "context": { "cookiecutter": { @@ -32,7 +32,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "ff0522bc171a1fc63022ed2a371f70669173012e" + "_commit": "37ffb52646450caa4de8ea084725dbff65fe0995" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e27429c..5b48829e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # This should be before any formatting hooks like isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.1" + rev: "v0.9.2" hooks: - id: ruff args: ["--fix"] @@ -26,7 +26,7 @@ repos: - id: mixed-line-ending exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|.asdf|.json|.hdr)$" - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell args: [ "--write-changes", "-D", "-", "-D", ".codespell-dict.txt"]