Skip to content

Commit 9928dfb

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.1 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.1...v0.15.9) - [github.com/kynan/nbstripout: 0.9.0 → 0.9.1](kynan/nbstripout@0.9.0...0.9.1)
1 parent 8e48e21 commit 9928dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: "v0.15.1"
11+
rev: "v0.15.9"
1212
hooks:
1313
- id: ruff
1414
types_or: [python, pyi, jupyter]
@@ -31,7 +31,7 @@ repos:
3131
args: ["--maxkb=10000"]
3232

3333
- repo: https://github.com/kynan/nbstripout
34-
rev: 0.9.0
34+
rev: 0.9.1
3535
hooks:
3636
- id: nbstripout
3737
args: ["--extra-keys=metadata.kernelspec metadata.language_info.version metadata.toc"]

0 commit comments

Comments
 (0)