Skip to content

Commit 419e3bd

Browse files
Updates from the package template (#53)
Co-authored-by: Cadair <[email protected]>
1 parent cebec41 commit 419e3bd

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": "4af76be5c4219bfc2038c716866327f8d48c0dfa",
3+
"commit": "112d7d4adf0fa168bbb9ddb1886ad4f1e595b8be",
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
@@ -2,7 +2,7 @@ exclude: ".*(.csv|.fits|.fts|.fit|.header|.txt|tca.*|.json|.asdf)$|^CITATION.rst
22
repos:
33
# This should be before any formatting hooks like isort
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: "v0.5.1"
5+
rev: "v0.5.2"
66
hooks:
77
- id: ruff
88
args: ["--fix"]

0 commit comments

Comments
 (0)