We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe69ce commit c65c5e4Copy full SHA for c65c5e4
2 files changed
.github/workflows/main.yml
@@ -26,9 +26,9 @@ jobs:
26
- '3.13'
27
steps:
28
- uses: actions/checkout@v4
29
- - uses: prefix-dev/setup-pixi@v0.8.3
+ - uses: prefix-dev/setup-pixi@v0.8.10
30
with:
31
- pixi-version: v0.42.1
+ pixi-version: v0.49.0
32
cache: true
33
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
34
environments: test-cpu
.pre-commit-config.yaml
@@ -37,11 +37,11 @@ repos:
37
- id: check-ast
38
- id: check-docstring-first
39
- repo: https://github.com/adrienverge/yamllint.git
40
- rev: v1.36.1
+ rev: v1.37.1
41
hooks:
42
- id: yamllint
43
- repo: https://github.com/astral-sh/ruff-pre-commit
44
- rev: v0.11.0
+ rev: v0.12.3
45
46
# Run the linter.
47
- id: ruff
0 commit comments