Skip to content

Commit 65b61bf

Browse files
authored
Merge pull request #748 from sunpy/cruft/update-1722236758
Updates from the package template
2 parents e355118 + 3d61d53 commit 65b61bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "112d7d4adf0fa168bbb9ddb1886ad4f1e595b8be",
3+
"commit": "2fbaccff08fdfbb1bc1eec2bc7b980fe44a718e6",
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.5.2"
4+
rev: "v0.5.4"
55
hooks:
66
- id: ruff
77
args: ["--fix"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "ndcube"
1111
description = "A package for multi-dimensional contiguous and non-contiguous coordinate aware arrays."
1212
requires-python = ">=3.10"
1313
readme = { file = "README.rst", content-type = "text/x-rst" }
14-
license = { file = "licenses/LICENSE.rst", content-type = "text/plain" }
14+
license = { file = "licenses/LICENSE.rst" }
1515
authors = [
1616
{ name = "The SunPy Community", email = "sunpy@googlegroups.com" },
1717
]

0 commit comments

Comments
 (0)