Skip to content

Commit c0ac8d9

Browse files
committed
Add obspec to mypy deps
1 parent c5692bf commit c0ac8d9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_commit_msg: "chore: update pre-commit hooks"
33
autoupdate_schedule: "monthly"
44
autofix_prs: false
5-
skip: [] # pre-commit.ci only checks for updates, prek runs hooks locally
5+
skip: [] # pre-commit.ci only checks for updates, prek runs hooks locally
66

77
default_stages: [pre-commit, pre-push]
88

@@ -41,7 +41,8 @@ repos:
4141
- numpy==2.1 # until https://github.com/numpy/numpy/issues/28034 is resolved
4242
- typing_extensions
4343
- universal-pathlib
44-
- obstore>=0.5.1
44+
- obstore>=0.7.0
45+
- obspec>=0.1.0
4546
# Tests
4647
- pytest
4748
- hypothesis

0 commit comments

Comments
 (0)