Skip to content

Commit b4ea3eb

Browse files
committed
Update cruft with batchpr
1 parent e5564b5 commit b4ea3eb

3 files changed

Lines changed: 22 additions & 4 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sunpy/package-template",
3-
"commit": "3d0ff5cac98c56196dbd1ba3e89703c2b7616e29",
3+
"commit": "4c4701e4fe00e17a18e36e189b2928cd69983264",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -33,7 +33,7 @@
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

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,11 @@ jobs:
155155
steps:
156156
- uses: Cadair/matrix-notify-action@main # zizmor: ignore[unpinned-uses]
157157
with:
158+
<<<<<<<
158159
workflow_description: "CI Workflow in sunpy/streamtracer"
160+
=======
161+
workflow_description: 'CI Workflow'
162+
>>>>>>>
159163
matrix_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
160164
github_token: ${{ secrets.GITHUB_TOKEN }}
161165
homeserver: ${{ secrets.MATRIX_HOMESERVER }}

MANIFEST.in

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Exclude specific files
2+
<<<<<<<
3+
=======
4+
# All files which are tracked by git and not explicitly excluded here are included by setuptools_scm
5+
exclude .codecov.yaml
6+
exclude .coveragerc
7+
exclude .cruft.json
8+
exclude .gitignore
9+
exclude .isort.cfg
10+
exclude .pre-commit-config.yaml
11+
exclude .readthedocs.yaml
12+
exclude .rtd-environment.yml
13+
exclude .ruff.toml
14+
15+
>>>>>>>
216
# Prune folders
17+
prune .github
318
prune build
4-
prune docs/_build
5-
prune docs/api
19+
prune changelog
620
global-exclude *.pyc *.o

0 commit comments

Comments
 (0)