Skip to content

Commit 4232437

Browse files
authored
Merge branch 'main' into poc/unified-zarr-chunk-grid
2 parents 147a4f0 + 8bb033c commit 4232437

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: rst-inline-touching-normal
2525
- id: text-unicode-replacement-char
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.15.9
27+
rev: v0.15.12
2828
hooks:
2929
- id: ruff-check
3030
args: ["--fix", "--show-fixes"]
@@ -37,12 +37,12 @@ repos:
3737
# make sure this is the most recent version of black
3838
additional_dependencies: ["black==25.11.0"]
3939
- repo: https://github.com/rbubley/mirrors-prettier
40-
rev: v3.8.1
40+
rev: v3.8.3
4141
hooks:
4242
- id: prettier
4343
args: ["--cache-location=.prettier_cache/cache"]
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v1.20.0
45+
rev: v1.20.2
4646
hooks:
4747
- id: mypy
4848
# Copied from setup.cfg
@@ -76,11 +76,11 @@ repos:
7676
- id: validate-pyproject
7777
additional_dependencies: ["validate-pyproject-schema-store[all]"]
7878
- repo: https://github.com/adhtruong/mirrors-typos
79-
rev: v1.45.0
79+
rev: v1.46.0
8080
hooks:
8181
- id: typos
8282
- repo: https://github.com/zizmorcore/zizmor-pre-commit
83-
rev: v1.23.1
83+
rev: v1.24.1
8484
hooks:
8585
- id: zizmor
8686
args: ["--offline"]

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
preview = ["pixi-build"]
33
channels = ["conda-forge", "nodefaults"]
44
platforms = ["win-64", "linux-64", "osx-arm64"]
5-
requires-pixi = ">=0.63.2"
5+
requires-pixi = ">=0.63.2,!=0.68.0"
66

77
[package]
88
name = "xarray"

0 commit comments

Comments
 (0)