Skip to content

Commit

Permalink
Merge branch 'main' into asdf_history
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Feb 4, 2025
2 parents c22a0ae + 832e1ff commit b74f7f7
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.*|dkist/extern)$"
Expand All @@ -26,7 +26,7 @@ repos:
- id: mixed-line-ending
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|.asdf|.json|.hdr)$"
- repo: https://github.com/codespell-project/codespell
rev: v2.4.0
rev: v2.4.1
hooks:
- id: codespell
args: [ "--write-changes", "-D", "-", "-D", ".codespell-dict.txt"]
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 @@ -98,7 +98,7 @@ include = ["dkist*"]
exclude = ["dkist._dev*"]

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

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

0 comments on commit b74f7f7

Please sign in to comment.