Skip to content

Commit 4f6dde3

Browse files
authored
Merge pull request #108 from sunpy/cruft/update
2 parents 904535d + 782d153 commit 4f6dde3

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
@@ -2,12 +2,12 @@ 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.13.3"
5+
rev: "v0.14.3"
66
hooks:
77
- id: ruff
88
args: ["--fix"]
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.*|{{ cookiecutter.module_name }}/extern)$"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "mpl_animators"
1111
description = "An interactive animation framework for matplotlib."
1212
requires-python = ">=3.12"
1313
readme = { file = "README.rst", content-type = "text/x-rst" }
14-
license = { file = "licenses/LICENSE.rst" }
14+
license-files = ["licenses/LICENSE.rst"]
1515
authors = [
1616
{ name = "The SunPy Developers", email = "sunpy@googlegroups.com" },
1717
]

0 commit comments

Comments
 (0)