From 823b2d387a79cc6f5cce7d95306deb2c0a354e40 Mon Sep 17 00:00:00 2001 From: nabobalis <1392107+nabobalis@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:11:15 +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 c556cbccfad..878b8fc4839 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "4721cdbdc9577fbf66f5e0f30fd4133a7723aeb9", + "commit": "112d7d4adf0fa168bbb9ddb1886ad4f1e595b8be", "checkout": null, "context": { "cookiecutter": { diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 763b7a6c0a4..6f469b210dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: ".*(.csv|.fits|.fts|.fit|.header|.txt|tca.*|.json|.asdf)$|^CITATION.rst repos: # This should be before any formatting hooks like isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.0" + rev: "v0.5.2" hooks: - id: ruff args: ["--fix"]