Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ updates:
labels: [⬆️ Lock]
multi-ecosystem-group: lock
patterns: ["*"]
- package-ecosystem: pre-commit
directory: "/"
labels: [⬆️ Lock]
multi-ecosystem-group: lock
patterns: ["*"]
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
runs-on: ubuntu-slim
steps:
- id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v5
2 changes: 1 addition & 1 deletion .github/workflows/docnb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build documentation and run notebooks (poe)
if: steps.task-runner.outputs.value == 'poe'
run: uvx --from poethepoet poe doc
- uses: prefix-dev/setup-pixi@v0.9.4
- uses: prefix-dev/setup-pixi@v0.9.5
if: steps.task-runner.outputs.value == 'pixi'
with:
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: steps.task-runner.outputs.value == 'poe'
name: Run Sphinx linkcheck (poe)
run: uvx --from poethepoet poe linkcheck
- uses: prefix-dev/setup-pixi@v0.9.4
- uses: prefix-dev/setup-pixi@v0.9.5
if: steps.task-runner.outputs.value == 'pixi'
with:
cache: true
Expand Down
22 changes: 12 additions & 10 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update

env:
COMMIT_TITLE: "MAINT: update lock files"
COMMIT_TITLE: "MAINT: upgrade lock files"
FORCE_COLOR: yes

on:
Expand Down Expand Up @@ -179,12 +179,12 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: prefix-dev/setup-pixi@v0.9.4
- uses: prefix-dev/setup-pixi@v0.9.5
with:
run-install: false
- name: Update lock files
- name: Upgrade lock files
run: pixi update
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: pixi-lock
path: pixi.lock
Expand All @@ -200,12 +200,12 @@ jobs:
- if: hashFiles('pixi.lock') == ''
uses: julia-actions/setup-julia@v2
- if: hashFiles('pixi.lock')
uses: prefix-dev/setup-pixi@v0.9.4
uses: prefix-dev/setup-pixi@v0.9.5
with:
activate-environment: true
- name: Update Julia Manifest.toml
run: julia -e 'using Pkg; Pkg.update()'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: Manifest-toml
path: Manifest.toml
Expand All @@ -219,6 +219,8 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.13"
- uses: astral-sh/setup-uv@v7
- env:
FORCE_COLOR: True
Expand All @@ -228,7 +230,7 @@ jobs:
- name: Show changes
run: git diff --color --unified=0
shell: bash
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
if-no-files-found: error
include-hidden-files: true
Expand All @@ -247,7 +249,7 @@ jobs:
fetch-depth: 0
- uses: astral-sh/setup-uv@v7
- run: uv lock --upgrade
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: uv-lock
path: uv.lock
Expand All @@ -269,7 +271,7 @@ jobs:
- uses: actions/checkout@v6
with:
token: ${{ secrets.token || github.token}}
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
merge-multiple: true
path: .
Expand Down Expand Up @@ -309,7 +311,7 @@ jobs:
- uses: actions/checkout@v6
with:
token: ${{ secrets.token }}
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
merge-multiple: true
path: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-slim
steps:
- uses: release-drafter/release-drafter@v6
- uses: release-drafter/release-drafter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
fi
fi
echo "cmd=$cmd" | tee -a $GITHUB_OUTPUT
- uses: prefix-dev/setup-pixi@v0.9.4
- uses: prefix-dev/setup-pixi@v0.9.5
if: contains(steps.cmd.outputs.cmd, 'pixi')
with:
cache: true
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
# https://github.com/actions/upload-artifact/issues/174#issuecomment-934330651
shell: bash
- if: always() && steps.diff.outputs.diff != ''
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
if-no-files-found: error
name: style-changes-pre-commit
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.token || secrets.GITHUB_TOKEN }}
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
merge-multiple: true
path: .
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: echo "PYTEST_XDIST_WORKER_COUNT=auto" | tee -a $GITHUB_ENV
- id: task-runner
uses: ComPWA/actions/determine-task-runner@v4
- uses: prefix-dev/setup-pixi@v0.9.4
- uses: prefix-dev/setup-pixi@v0.9.5
if: steps.task-runner.outputs.value == 'pixi'
with:
cache: true
Expand All @@ -84,12 +84,12 @@ jobs:
'uvx --from poethepoet poe test'
) }}
- if: matrix.codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
with:
files: ./coverage.xml
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: inputs.test-output-path
with:
name: test-output-${{ matrix.runs-on }}-${{ matrix.python-version }}
Expand Down
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/policy
rev: 0.8.2
rev: 0.8.9
hooks:
- id: check-dev-files
args:
Expand All @@ -26,7 +26,7 @@ repos:
- --type-checker=ty

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.0
rev: v0.15.10
hooks:
- id: ruff-check
args: [--fix]
Expand Down Expand Up @@ -55,19 +55,20 @@ repos:
- id: taplo-format

- repo: https://github.com/pappasam/toml-sort
rev: v0.24.3
rev: v0.24.4
hooks:
- id: toml-sort
args:
- --in-place

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v9.6.0
rev: v10.0.0
hooks:
- id: cspell
language_version: 25.9.0

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.6.0
rev: 3.6.1
hooks:
- id: editorconfig-checker
name: editorconfig
Expand All @@ -83,7 +84,6 @@ repos:
name: ty
entry: ty check
args: [--no-progress, --output-format=concise]
pass_filenames: false
require_serial: true
language: system
types_or: [python, pyi, jupyter]
Loading