Skip to content

Commit 9601783

Browse files
authored
Merge branch 'main' into migrate-v4
2 parents b3fe2de + 5ef90cd commit 9601783

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ repos:
1111
types: [text]
1212
files: \.(json|ipynb)$
1313
- repo: https://github.com/zizmorcore/zizmor-pre-commit
14-
rev: v1.26.1
14+
rev: v1.29.0
1515
hooks:
1616
- id: zizmor
1717
args: ["--offline"]
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.15.20
19+
rev: v0.16.1
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --show-fixes]
@@ -27,6 +27,6 @@ repos:
2727
- id: ruff-format
2828
types_or: [python, jupyter]
2929
- repo: https://github.com/rbubley/mirrors-prettier # Update mirror as official mirror is deprecated
30-
rev: v3.9.4
30+
rev: v3.9.6
3131
hooks:
3232
- id: prettier

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
prune docs

0 commit comments

Comments
 (0)