Skip to content

Commit b088d6a

Browse files
authored
Merge branch 'main' into rename-indexed
2 parents be424b0 + d248a1d commit b088d6a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/ci-additional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0 # fetch all branches and tags
3030

3131
- name: setup environment
32-
uses: prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # 0.9.1
32+
uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # 0.9.3
3333
with:
3434
environments: "doctests"
3535

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
fetch-depth: 0 # fetch all branches and tags
6262

6363
- name: setup environment
64-
uses: prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # 0.9.1
64+
uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # 0.9.3
6565
with:
6666
environments: "${{ matrix.env }}"
6767

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
rm pixi.lock
6868
6969
- name: setup environment
70-
uses: prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # 0.9.1
70+
uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # 0.9.3
7171
with:
7272
environments: "nightly"
7373
locked: false

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
else
4141
echo "✅ Looks good"
4242
fi
43-
- uses: actions/upload-artifact@v4
43+
- uses: actions/upload-artifact@v5
4444
with:
4545
name: releases
4646
path: dist
@@ -57,7 +57,7 @@ jobs:
5757
id-token: write
5858

5959
steps:
60-
- uses: actions/download-artifact@v5
60+
- uses: actions/download-artifact@v6
6161
with:
6262
name: releases
6363
path: dist

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ repos:
2525
hooks:
2626
- id: validate-pyproject
2727
- repo: https://github.com/psf/black-pre-commit-mirror
28-
rev: 25.9.0
28+
rev: 25.11.0
2929
hooks:
3030
- id: black-jupyter
3131
- repo: https://github.com/keewis/blackdoc
32-
rev: v0.4.2
32+
rev: v0.4.6
3333
hooks:
3434
- id: blackdoc
35-
additional_dependencies: ["black==25.9.0"]
35+
additional_dependencies: ["black==25.11.0"]
3636
- id: blackdoc-autoupdate-black
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.13.2
38+
rev: v0.14.5
3939
hooks:
4040
- id: ruff
4141
args: ["--fix"]
4242
- repo: https://github.com/kynan/nbstripout
43-
rev: 0.8.1
43+
rev: 0.8.2
4444
hooks:
4545
- id: nbstripout
4646
args:

0 commit comments

Comments
 (0)