Skip to content

Commit 09a83f1

Browse files
authored
Merge pull request #745 from sunpy/cruft/update-1721027117
Updates from the package template
2 parents 6611d7e + 30c33a9 commit 09a83f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cruft.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sunpy/package-template",
3-
"commit": "4721cdbdc9577fbf66f5e0f30fd4133a7723aeb9",
3+
"commit": "4af76be5c4219bfc2038c716866327f8d48c0dfa",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.pre-commit-config.yaml

+1-1
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.5.0"
4+
rev: "v0.5.1"
55
hooks:
66
- id: ruff
77
args: ["--fix"]

0 commit comments

Comments
 (0)