Skip to content

Commit fc146d2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/keewis/blackdoc: v0.4.5 → v0.4.6](keewis/blackdoc@v0.4.5...v0.4.6) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2)
1 parent 960a5ee commit fc146d2

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
@@ -19,13 +19,13 @@ repos:
1919
- id: codespell
2020

2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: 25.9.0
22+
rev: 25.11.0
2323
hooks:
2424
- id: black
2525
- id: black-jupyter
2626

2727
- repo: https://github.com/keewis/blackdoc
28-
rev: v0.4.5
28+
rev: v0.4.6
2929
hooks:
3030
- id: blackdoc
3131

@@ -45,7 +45,7 @@ repos:
4545
- id: prettier
4646

4747
- repo: https://github.com/kynan/nbstripout
48-
rev: 0.8.1
48+
rev: 0.8.2
4949
hooks:
5050
- id: nbstripout
5151
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]

0 commit comments

Comments
 (0)