Skip to content

Commit df88a3f

Browse files
authored
Merge pull request #796 from sunpy/cruft/update
Updates from the package template
2 parents 0fdf759 + bbdb5af commit df88a3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sunpy/package-template",
3-
"commit": "3737aa309d2a695ada046c7868c5683213003f3d",
3+
"commit": "c66950b04d0a535002d122c9d5bc0f23534b530c",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# This should be before any formatting hooks like isort
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.8.1"
4+
rev: "v0.8.2"
55
hooks:
66
- id: ruff
77
args: ["--fix"]

0 commit comments

Comments
 (0)