From 5af0d151daec1d55cbc5c5214e6e73256f645f99 Mon Sep 17 00:00:00 2001 From: nabobalis <1392107+nabobalis@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:02:44 +0000 Subject: [PATCH] Automatic package template update --- .cruft.json | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index f6c04eb8..4ccd1b27 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 4a1867e1..93808933 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.7.3" + rev: "v0.7.4" hooks: - id: ruff args: ["--fix"]