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 c5692bf commit c0ac8d9Copy full SHA for c0ac8d9
1 file changed
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
autoupdate_commit_msg: "chore: update pre-commit hooks"
3
autoupdate_schedule: "monthly"
4
autofix_prs: false
5
- skip: [] # pre-commit.ci only checks for updates, prek runs hooks locally
+ skip: [] # pre-commit.ci only checks for updates, prek runs hooks locally
6
7
default_stages: [pre-commit, pre-push]
8
@@ -41,7 +41,8 @@ repos:
41
- numpy==2.1 # until https://github.com/numpy/numpy/issues/28034 is resolved
42
- typing_extensions
43
- universal-pathlib
44
- - obstore>=0.5.1
+ - obstore>=0.7.0
45
+ - obspec>=0.1.0
46
# Tests
47
- pytest
48
- hypothesis
0 commit comments