Skip to content

Commit 9c65e4d

Browse files
committed
bump pre-commit
1 parent ab00b46 commit 9c65e4d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
rev: v0.7.3
1111
hooks:
12-
- id: ruff
13-
args: ["--fix", "--show-fixes"]
14-
- id: ruff-format
12+
- id: ruff
13+
args: ["--fix", "--show-fixes"]
14+
- id: ruff-format
1515
- repo: https://github.com/codespell-project/codespell
1616
rev: v2.3.0
1717
hooks:
@@ -20,7 +20,7 @@ repos:
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
2121
rev: v5.0.0
2222
hooks:
23-
- id: check-yaml
23+
- id: check-yaml
2424
- repo: https://github.com/pre-commit/mirrors-mypy
2525
rev: v1.13.0
2626
hooks:
@@ -35,6 +35,7 @@ repos:
3535
- numpy
3636
- typing_extensions
3737
- universal-pathlib
38+
- obstore==0.3.0-beta.8
3839
# Tests
3940
- pytest
4041
- repo: https://github.com/scientific-python/cookie

0 commit comments

Comments
 (0)