diff --git a/.coveragerc b/.coveragerc index 82ad25f..6929f9a 100644 --- a/.coveragerc +++ b/.coveragerc @@ -4,6 +4,8 @@ omit = mpl_animators/*setup_package* mpl_animators/extern/* mpl_animators/version* + mpl_animators/_dev/* + */mpl_animators/_dev/* */mpl_animators/conftest.py */mpl_animators/*setup_package* */mpl_animators/extern/* diff --git a/.cruft.json b/.cruft.json index 41e0653..5e2a0cb 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 177b067..e8eb01e 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 786e04b..94f3ade 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,4 +110,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 74d158a..bfb213a 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 8423162..91234a3 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"]