Skip to content

Commit 50eb986

Browse files
SunPyBotCadair
andauthored
Updates from package template (#929)
Co-authored-by: Stuart Mumford <stuart@cadair.com>
1 parent f619588 commit 50eb986

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ omit =
44
ndcube/*setup_package*
55
ndcube/extern/*
66
ndcube/version*
7+
ndcube/_dev/*
8+
*/ndcube/_dev/*
79
*/ndcube/conftest.py
810
*/ndcube/*setup_package*
911
*/ndcube/extern/*

.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": "4c4701e4fe00e17a18e36e189b2928cd69983264",
3+
"commit": "cc15a3492324a0415ea444c5f52b1913323ad3ba",
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": "4c4701e4fe00e17a18e36e189b2928cd69983264"
36+
"_commit": "cc15a3492324a0415ea444c5f52b1913323ad3ba"
3737
}
3838
},
3939
"directory": null

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ updates:
66
interval: "monthly"
77
cooldown:
88
default-days: 7
9+
groups:
10+
actions:
11+
patterns:
12+
- "*"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- run: ls -lha dist/
142142

143143
- name: Run upload
144-
uses: pypa/gh-action-pypi-publish@v1.13.0 # zizmor: ignore[unpinned-uses]
144+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
145145

146146
notify:
147147
if: ${{ !cancelled() && (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') }}

.github/workflows/sub_package_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
issues: write
106106
steps:
107107
- name: Open an issue if workflow fails
108-
uses: actions/github-script@v8 # zizmor: ignore[unpinned-uses]
108+
uses: actions/github-script@v9 # zizmor: ignore[unpinned-uses]
109109
with:
110110
github-token: ${{ github.token }}
111111
# This script is adapted from https://github.com/scientific-python/issue-from-pytest-log-action

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
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"]

0 commit comments

Comments
 (0)