From 075009eb86d7f343df9c06682fa4c0ab21ca3c92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:55:10 +0000 Subject: [PATCH] Automatic package template update (#186) Co-authored-by: Cadair <1391051+Cadair@users.noreply.github.com> --- .cruft.json | 4 ++-- .pre-commit-config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index 7fffdc2..ba868a0 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "f14be4e69db1678316566c128153764c0e77aed2", + "commit": "d6b86e07efa31959f43e99ba32d323cf76736a05", "checkout": null, "context": { "cookiecutter": { @@ -32,7 +32,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "f14be4e69db1678316566c128153764c0e77aed2" + "_commit": "d6b86e07efa31959f43e99ba32d323cf76736a05" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cf0be3f..57f62ad 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.8.4" + rev: "v0.8.6" hooks: - id: ruff args: ["--fix", "--unsafe-fixes"]