Skip to content

Commit 7262fe3

Browse files
SunPyBotCadair
andauthored
Updates from package template (#175)
Co-authored-by: Stuart Mumford <stuart@cadair.com>
1 parent bf837a1 commit 7262fe3

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
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/*

.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
@@ -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

.github/workflows/sub_package_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.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)