Skip to content

Commit

Permalink
Merge pull request #819 from sunpy/cruft/update
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Feb 3, 2025
2 parents 1868697 + decb10f commit f3f35c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/sunpy/package-template",
"commit": "37ffb52646450caa4de8ea084725dbff65fe0995",
"commit": "29db3569a215e43fa8c5114d3dbcb98b6a9caac0",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down Expand Up @@ -32,7 +32,7 @@
".github/workflows/sub_package_update.yml"
],
"_template": "https://github.com/sunpy/package-template",
"_commit": "37ffb52646450caa4de8ea084725dbff65fe0995"
"_commit": "29db3569a215e43fa8c5114d3dbcb98b6a9caac0"
}
},
"directory": null
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
# This should be before any formatting hooks like isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.9.2"
rev: "v0.9.4"
hooks:
- id: ruff
args: ["--fix"]
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|ndcube/extern)$"
Expand All @@ -26,7 +26,7 @@ repos:
- id: mixed-line-ending
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*)$"
- repo: https://github.com/codespell-project/codespell
rev: v2.4.0
rev: v2.4.1
hooks:
- id: codespell
args: [ "--write-changes" ]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools>=62.1",
"setuptools_scm[toml]>=6.2",
"setuptools_scm[toml]>=8.0.0",
"wheel",
]
build-backend = "setuptools.build_meta"
Expand Down Expand Up @@ -80,7 +80,7 @@ include = ["ndcube*"]
exclude = ["ndcube._dev*"]

[tool.setuptools_scm]
write_to = "ndcube/_version.py"
version_file = "ndcube/_version.py"

[tool.gilesbot]
[tool.gilesbot.pull_requests]
Expand Down

0 comments on commit f3f35c4

Please sign in to comment.