Skip to content

Commit 51a65de

Browse files
committed
Merge branch 'main' into indexing
2 parents 99f3f3b + 721417f commit 51a65de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: check-yaml
1313
- id: check-toml
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.6.9
15+
rev: v0.9.2
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
@@ -27,12 +27,12 @@ repos:
2727
additional_dependencies: ["black==24.10.0"]
2828
- id: blackdoc-autoupdate-black
2929
- repo: https://github.com/kynan/nbstripout
30-
rev: 0.7.1
30+
rev: 0.8.1
3131
hooks:
3232
- id: nbstripout
3333
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
3434
- repo: https://github.com/rbubley/mirrors-prettier
35-
rev: v3.3.3
35+
rev: v3.4.2
3636
hooks:
3737
- id: prettier
3838
args: [--cache-location=.prettier_cache/cache]

0 commit comments

Comments
 (0)