We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab00b46 commit 9c65e4dCopy full SHA for 9c65e4d
.pre-commit-config.yaml
@@ -9,9 +9,9 @@ repos:
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
rev: v0.7.3
11
hooks:
12
- - id: ruff
13
- args: ["--fix", "--show-fixes"]
14
- - id: ruff-format
+ - id: ruff
+ args: ["--fix", "--show-fixes"]
+ - id: ruff-format
15
- repo: https://github.com/codespell-project/codespell
16
rev: v2.3.0
17
@@ -20,7 +20,7 @@ repos:
20
- repo: https://github.com/pre-commit/pre-commit-hooks
21
rev: v5.0.0
22
23
- - id: check-yaml
+ - id: check-yaml
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
rev: v1.13.0
26
@@ -35,6 +35,7 @@ repos:
35
- numpy
36
- typing_extensions
37
- universal-pathlib
38
+ - obstore==0.3.0-beta.8
39
# Tests
40
- pytest
41
- repo: https://github.com/scientific-python/cookie
0 commit comments