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" : " 3d0ff5cac98c56196dbd1ba3e89703c2b7616e29 " ,
3+ "commit" : " 4c4701e4fe00e17a18e36e189b2928cd69983264 " ,
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" : " 3d0ff5cac98c56196dbd1ba3e89703c2b7616e29 "
36+ "_commit" : " 4c4701e4fe00e17a18e36e189b2928cd69983264 "
3737 }
3838 },
3939 "directory" : null
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 steps :
153153 - uses : Cadair/matrix-notify-action@main # zizmor: ignore[unpinned-uses]
154154 with :
155- workflow_description : " CI Workflow"
155+ workflow_description : ' CI Workflow'
156156 matrix_token : ${{ secrets.MATRIX_ACCESS_TOKEN }}
157157 github_token : ${{ secrets.GITHUB_TOKEN }}
158158 homeserver : ${{ secrets.MATRIX_HOMESERVER }}
Original file line number Diff line number Diff line change 22# All files which are tracked by git and not explicitly excluded here are included by setuptools_scm
33exclude .codecov.yaml
44exclude .mailmap
5+ exclude .readthedocs.yml
6+ exclude .coveragerc
7+ exclude .cruft.json
58exclude .gitignore
9+ exclude .isort.cfg
610exclude .pre-commit-config.yaml
7- exclude .readthedocs.yml
11+ exclude .readthedocs.yaml
12+ exclude .rtd-environment.yml
13+ exclude .ruff.toml
814
915# Prune folders
16+ prune .github
1017prune build
11- prune docs/_build
12- prune docs/api
18+ prune changelog
1319global-exclude *.pyc *.o
14-
1520# This subpackage is only used in development checkouts
1621# and should not be included in built tarballs
1722prune ndcube/_dev
You can’t perform that action at this time.
0 commit comments