From 7a250eb570ffecf09601ebb9524948883999bd87 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Wed, 13 May 2026 16:23:28 +0100 Subject: [PATCH] Update cruft with batchpr --- .coveragerc | 2 ++ .cruft.json | 4 ++-- .github/dependabot.yml | 4 ++++ .github/workflows/ci.yml | 2 +- .github/workflows/sub_package_update.yml | 2 +- .pre-commit-config.yaml | 4 ++-- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.coveragerc b/.coveragerc index a0aeb06c..92bf4638 100644 --- a/.coveragerc +++ b/.coveragerc @@ -4,6 +4,8 @@ omit = sunkit_instruments/*setup_package* sunkit_instruments/extern/* sunkit_instruments/version* + sunkit_instruments/_dev/* + */sunkit_instruments/_dev/* */sunkit_instruments/conftest.py */sunkit_instruments/*setup_package* */sunkit_instruments/extern/* diff --git a/.cruft.json b/.cruft.json index b2750ddf..f4df94a5 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "4c4701e4fe00e17a18e36e189b2928cd69983264", + "commit": "cc15a3492324a0415ea444c5f52b1913323ad3ba", "checkout": null, "context": { "cookiecutter": { @@ -33,7 +33,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "4c4701e4fe00e17a18e36e189b2928cd69983264" + "_commit": "cc15a3492324a0415ea444c5f52b1913323ad3ba" } }, "directory": null diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 177b067f..e8eb01ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,7 @@ updates: interval: "monthly" cooldown: default-days: 7 + groups: + actions: + patterns: + - "*" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a909a099..f741ba8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,4 +141,4 @@ jobs: - run: ls -lha dist/ - name: Run upload - uses: pypa/gh-action-pypi-publish@v1.13.0 # zizmor: ignore[unpinned-uses] + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 diff --git a/.github/workflows/sub_package_update.yml b/.github/workflows/sub_package_update.yml index 74d158a1..bfb213a8 100644 --- a/.github/workflows/sub_package_update.yml +++ b/.github/workflows/sub_package_update.yml @@ -104,7 +104,7 @@ jobs: issues: write steps: - name: Open an issue if workflow fails - uses: actions/github-script@v8 # zizmor: ignore[unpinned-uses] + uses: actions/github-script@v9 # zizmor: ignore[unpinned-uses] with: github-token: ${{ github.token }} # This script is adapted from https://github.com/scientific-python/issue-from-pytest-log-action diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4fb153ce..82b20d08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.23.1 + rev: v1.24.1 hooks: - id: zizmor # This should be before any formatting hooks like isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.8" + rev: "v0.15.12" hooks: - id: ruff args: ["--fix"]