File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/sunpy/package-template" ,
3- "commit" : " 09c4b023b973d0bbc5704326720f21d3a766bb11 " ,
3+ "commit" : " 15fdf534198e4f67f0a667af7d2367e93de181c5 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
3232 " .github/workflows/sub_package_update.yml"
3333 ],
3434 "_template" : " https://github.com/sunpy/package-template" ,
35- "_commit" : " 09c4b023b973d0bbc5704326720f21d3a766bb11 "
35+ "_commit" : " 15fdf534198e4f67f0a667af7d2367e93de181c5 "
3636 }
3737 },
3838 "directory" : null
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ concurrency:
2222
2323jobs :
2424 core :
25- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
25+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
2626 with :
2727 submodules : false
2828 coverage : codecov
2929 toxdeps : tox-pypi-filter
3030 envs : |
31- - linux: py312
31+ - linux: py313
3232 secrets :
3333 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
3434
@@ -46,22 +46,22 @@ jobs:
4646
4747 test :
4848 needs : [core, sdist_verify]
49- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
49+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
5050 with :
5151 submodules : false
5252 coverage : codecov
5353 toxdeps : tox-pypi-filter
5454 posargs : -n auto
5555 envs : |
5656 - windows: py311
57- - macos: py310
57+ - macos: py312
5858 - linux: py310-oldestdeps
5959 secrets :
6060 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
6161
6262 docs :
6363 needs : [core]
64- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
64+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
6565 with :
6666 default_python : ' 3.12'
6767 submodules : false
@@ -106,7 +106,7 @@ jobs:
106106 contains(github.event.pull_request.labels.*.name, 'Run publish')
107107 )
108108 needs : [test, docs]
109- uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
109+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
110110 with :
111111 python-version : ' 3.12'
112112 test_extras : ' all,tests'
Original file line number Diff line number Diff line change 11repos :
22 # This should be before any formatting hooks like isort
33 - repo : https://github.com/astral-sh/ruff-pre-commit
4- rev : " v0.9.6 "
4+ rev : " v0.11.12 "
55 hooks :
66 - id : ruff
77 args : ["--fix"]
88 - repo : https://github.com/PyCQA/isort
9- rev : 6.0.0
9+ rev : 6.0.1
1010 hooks :
1111 - id : isort
1212 exclude : " .*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|ndcube/extern)$"
You can’t perform that action at this time.
0 commit comments