File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 drms/*setup_package*
55 drms/extern/*
66 drms/version*
7+ drms/_dev/*
8+ */drms/_dev/*
79 */drms/conftest.py
810 */drms/*setup_package*
911 */drms/extern/*
Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/sunpy/package-template" ,
3- "commit" : " 4c4701e4fe00e17a18e36e189b2928cd69983264 " ,
3+ "commit" : " cc15a3492324a0415ea444c5f52b1913323ad3ba " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
3333 " .github/workflows/sub_package_update.yml"
3434 ],
3535 "_template" : " https://github.com/sunpy/package-template" ,
36- "_commit" : " 4c4701e4fe00e17a18e36e189b2928cd69983264 "
36+ "_commit" : " cc15a3492324a0415ea444c5f52b1913323ad3ba "
3737 }
3838 },
3939 "directory" : null
Original file line number Diff line number Diff line change 66 interval : " monthly"
77 cooldown :
88 default-days : 7
9+ groups :
10+ actions :
11+ patterns :
12+ - " *"
Original file line number Diff line number Diff line change @@ -140,4 +140,4 @@ jobs:
140140 - run : ls -lha dist/
141141
142142 - name : Run upload
143- uses : pypa/gh-action-pypi-publish@v1.13.0 # zizmor: ignore[unpinned-uses]
143+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 issues : write
105105 steps :
106106 - name : Open an issue if workflow fails
107- uses : actions/github-script@v8 # zizmor: ignore[unpinned-uses]
107+ uses : actions/github-script@v9 # zizmor: ignore[unpinned-uses]
108108 with :
109109 github-token : ${{ github.token }}
110110 # This script is adapted from https://github.com/scientific-python/issue-from-pytest-log-action
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/zizmorcore/zizmor-pre-commit
3- rev : v1.23 .1
3+ rev : v1.24 .1
44 hooks :
55 - id : zizmor
66 # This should be before any formatting hooks like isort
77 - repo : https://github.com/astral-sh/ruff-pre-commit
8- rev : " v0.15.8 "
8+ rev : " v0.15.12 "
99 hooks :
1010 - id : ruff
1111 args : ["--fix"]
You can’t perform that action at this time.
0 commit comments