From 688cd1c5dd9cee40892ba06cbdb5c8d4ae9acac8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 23:15:38 -0800 Subject: [PATCH] Updates from the package template (#126) Co-authored-by: Cadair <1391051+Cadair@users.noreply.github.com> --- .cruft.json | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index 0985b53..9a43358 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "93422b39fbffc8a574649203a8710f00608ce831", + "commit": "cd21e0d710513a891ed03f29e8afd6e0b9217f04", "checkout": null, "context": { "cookiecutter": { diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 45a79b8..a5844a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.3" + rev: "v0.7.4" hooks: - id: ruff args: ['--fix', '--unsafe-fixes']