Skip to content

Commit a316da9

Browse files
github-actions[bot]Cadairnabobalis
authored
Updates from the package template (#220)
Co-authored-by: Cadair <1391051+Cadair@users.noreply.github.com> Co-authored-by: Nabil Freij <nabil.freij@gmail.com>
1 parent be5d274 commit a316da9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sunpy/package-template",
3-
"commit": "bea8060eef60df35f7df61d9db1d56b838bda01a",
3+
"commit": "c359c134fbf9e3f11302c2019fb58ac11cf14cdf",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -32,7 +32,7 @@
3232
".github/workflows/sub_package_update.yml"
3333
],
3434
"_template": "https://github.com/sunpy/package-template",
35-
"_commit": "bea8060eef60df35f7df61d9db1d56b838bda01a"
35+
"_commit": "c359c134fbf9e3f11302c2019fb58ac11cf14cdf"
3636
}
3737
},
3838
"directory": null

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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.13.3"
4+
rev: "v0.14.3"
55
hooks:
66
- id: ruff
77
args: ["--fix", "--unsafe-fixes"]
88
- id: ruff-format
99
- repo: https://github.com/PyCQA/isort
10-
rev: 6.1.0
10+
rev: 7.0.0
1111
hooks:
1212
- id: isort
1313
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|sunkit_pyvista/extern)$"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dynamic = ["version"]
1212
description = "3D visualisation of solar physics data with pyvista"
1313
requires-python = ">=3.12"
1414
readme = { file = "README.rst", content-type = "text/x-rst" }
15-
license = { file = "licenses/LICENSE.rst" }
15+
license-files = ["licenses/LICENSE.rst"]
1616
authors = [
1717
{ name = "The SunPy Community", email = "sunpy@googlegroups.com" },
1818
]

0 commit comments

Comments
 (0)