Skip to content

Commit 474542c

Browse files
Updates from the package template (#186)
* Automatic package template update * Update pyproject.toml
1 parent 1a52572 commit 474542c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.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": "37ffb52646450caa4de8ea084725dbff65fe0995",
3+
"commit": "29db3569a215e43fa8c5114d3dbcb98b6a9caac0",
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": "37ffb52646450caa4de8ea084725dbff65fe0995"
35+
"_commit": "29db3569a215e43fa8c5114d3dbcb98b6a9caac0"
3636
}
3737
},
3838
"directory": null

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.9.2"
4+
rev: "v0.9.4"
55
hooks:
66
- id: ruff
77
args: ["--fix"]
88
- id: ruff-format
99
- repo: https://github.com/PyCQA/isort
10-
rev: 5.13.2
10+
rev: 6.0.0
1111
hooks:
1212
- id: isort
1313
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|sunkit_spex/extern)$"
@@ -27,7 +27,7 @@ repos:
2727
- id: mixed-line-ending
2828
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*)$"
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.4.0
30+
rev: v2.4.1
3131
hooks:
3232
- id: codespell
3333
additional_dependencies:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
3-
"setuptools>=56,!=61.0.0",
4-
"setuptools_scm[toml]>=6.2",
3+
"setuptools>=62.1",
4+
"setuptools_scm[toml]>=8.0.0",
55
"wheel",
66
]
77
build-backend = "setuptools.build_meta"
@@ -65,7 +65,7 @@ include = ["sunkit_spex*"]
6565
exclude = ["sunkit_spex._dev*"]
6666

6767
[tool.setuptools_scm]
68-
write_to = "sunkit_spex/_version.py"
68+
version_file = "sunkit_spex/_version.py"
6969

7070
[tool.gilesbot]
7171
[tool.gilesbot.pull_requests]

0 commit comments

Comments
 (0)