Skip to content

Commit 810fc6d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.1](psf/black-pre-commit-mirror@26.1.0...26.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.6](astral-sh/ruff-pre-commit@v0.14.14...v0.15.6) - [github.com/kynan/nbstripout: 0.9.0 → 0.9.1](kynan/nbstripout@0.9.0...0.9.1)
1 parent 1f67583 commit 810fc6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: validate-pyproject
2727
- repo: https://github.com/psf/black-pre-commit-mirror
28-
rev: 26.1.0
28+
rev: 26.3.1
2929
hooks:
3030
- id: black-jupyter
3131
- repo: https://github.com/keewis/blackdoc
@@ -35,12 +35,12 @@ repos:
3535
additional_dependencies: ["black==26.1.0"]
3636
- id: blackdoc-autoupdate-black
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.14.14
38+
rev: v0.15.6
3939
hooks:
4040
- id: ruff
4141
args: ["--fix"]
4242
- repo: https://github.com/kynan/nbstripout
43-
rev: 0.9.0
43+
rev: 0.9.1
4444
hooks:
4545
- id: nbstripout
4646
args:

0 commit comments

Comments
 (0)