Skip to content

Commit 004d1cf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.1 → v0.15.2](astral-sh/ruff-pre-commit@v0.15.1...v0.15.2) - [github.com/astral-sh/uv-pre-commit: 0.10.3 → 0.10.4](astral-sh/uv-pre-commit@0.10.3...0.10.4) - [github.com/kynan/nbstripout: 0.9.0 → 0.9.1](kynan/nbstripout@0.9.0...0.9.1)
1 parent 8b69384 commit 004d1cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ repos:
2525
- id: python-no-log-warn
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.15.1
28+
rev: v0.15.2
2929
hooks:
3030
- id: ruff-format
3131
- id: ruff-check
3232
- repo: https://github.com/astral-sh/uv-pre-commit
33-
rev: 0.10.3
33+
rev: 0.10.4
3434
hooks:
3535
- id: uv-lock
3636
- repo: https://github.com/executablebooks/mdformat
@@ -54,7 +54,7 @@ repos:
5454
]
5555
files: (docs/.)
5656
- repo: https://github.com/kynan/nbstripout
57-
rev: 0.9.0
57+
rev: 0.9.1
5858
hooks:
5959
- id: nbstripout
6060
exclude: (docs)

0 commit comments

Comments
 (0)