Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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": "0c0f34c2ccd536ba8320fcda29c4d8e0f8f9adc5",
"commit": "35179454100c2f83118c49ac4a4a15e3c670365e",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -21,7 +21,7 @@
"use_compiled_extensions": "n",
"enable_dynamic_dev_versions": "y",
"include_example_code": "n",
"include_cruft_update_github_workflow": "y",
"include_cruft_update_github_workflow": "n",
"use_extended_ruff_linting": "y",
"matrix_room_id": "",
"_sphinx_theme": "sunpy",
Expand All @@ -33,7 +33,7 @@
".github/workflows/sub_package_update.yml"
],
"_template": "https://github.com/sunpy/package-template",
"_commit": "0c0f34c2ccd536ba8320fcda29c4d8e0f8f9adc5"
"_commit": "35179454100c2f83118c49ac4a4a15e3c670365e"
}
},
"directory": null
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ permissions: {}

jobs:
core:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2 # zizmor: ignore[unpinned-uses]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c8bb6c6c962542921f993d47d26df38dccd50b1 # v3.0.2
with:
submodules: false
coverage: codecov
Expand All @@ -45,10 +45,10 @@ jobs:
sdist_verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6 # zizmor: ignore[unpinned-uses]
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: actions/setup-python@v6 # zizmor: ignore[unpinned-uses]
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: '3.13'
- run: python -m pip install -U --user build
Expand All @@ -58,7 +58,7 @@ jobs:

test:
needs: [core, sdist_verify]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2 # zizmor: ignore[unpinned-uses]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c8bb6c6c962542921f993d47d26df38dccd50b1 # v3.0.2
with:
submodules: false
coverage: codecov
Expand All @@ -75,7 +75,7 @@ jobs:

docs:
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2 # zizmor: ignore[unpinned-uses]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c8bb6c6c962542921f993d47d26df38dccd50b1 # v3.0.2
with:
default_python: '3.13'
submodules: false
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'Run publish')
)
needs: [test, docs]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2 # zizmor: ignore[unpinned-uses]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@8c8bb6c6c962542921f993d47d26df38dccd50b1 # v3.0.2
with:
python-version: '3.13'
test_extras: 'tests'
Expand All @@ -131,7 +131,7 @@ jobs:
name: pypi
steps:
- name: Download artifacts
uses: actions/download-artifact@v8 # zizmor: ignore[unpinned-uses]
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
merge-multiple: true
pattern: dist-*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
runs-on: ubuntu-latest
name: Label Sync
steps:
- uses: srealmoreno/label-sync-action@850ba5cef2b25e56c6c420c4feed0319294682fd
- uses: srealmoreno/label-sync-action@850ba5cef2b25e56c6c420c4feed0319294682fd # v2.0.0
with:
config-file: https://raw.githubusercontent.com/sunpy/.github/main/labels.yml
164 changes: 0 additions & 164 deletions .github/workflows/sub_package_update.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/zizmorcore/zizmor-pre-commit
rev: v1.25.2
rev: v1.28.0
hooks:
- id: zizmor
# This should be before any formatting hooks like isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.15.15"
rev: "v0.16.1"
hooks:
- id: ruff
args: ["--fix"]
Expand Down Expand Up @@ -48,7 +48,7 @@ repos:
- id: mixed-line-ending
types_or: [python, rst]
- repo: https://github.com/codespell-project/codespell
rev: v2.4.2
rev: v2.4.3
hooks:
- id: codespell
args: [ "--write-changes" ]
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: ubuntu-lts-latest
tools:
python: "mambaforge-latest"
python: "miniforge3-latest"
jobs:
post_checkout:
- git fetch --unshallow || true
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ pass_env =
HTTP_PROXY
HTTPS_PROXY
NO_PROXY
setenv =
set_env =
COVERAGE_FILE={toxinidir}/.coverage
MPLBACKEND = agg
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
COLUMNS = 180
PYTEST_COMMAND = pytest -vvv -s -ra --pyargs drms --cov-report=xml --cov=drms --cov-config={toxinidir}/setup.cfg {toxinidir}/docs
build_docs,online: HOME = {envtmpdir}
Expand Down
Loading