Skip to content

Commit 49fca0c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.0](psf/black-pre-commit-mirror@26.1.0...26.3.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/kynan/nbstripout: 0.9.0 → 0.9.1](kynan/nbstripout@0.9.0...0.9.1)
1 parent 35a7af7 commit 49fca0c

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
@@ -12,12 +12,12 @@ repos:
1212
args: ["--maxkb=500"]
1313

1414
- repo: https://github.com/psf/black-pre-commit-mirror
15-
rev: 26.1.0
15+
rev: 26.3.0
1616
hooks:
1717
- id: black-jupyter
1818

1919
- repo: https://github.com/codespell-project/codespell
20-
rev: v2.4.1
20+
rev: v2.4.2
2121
hooks:
2222
- id: codespell
2323
args:
@@ -27,6 +27,6 @@ repos:
2727
]
2828

2929
- repo: https://github.com/kynan/nbstripout
30-
rev: 0.9.0
30+
rev: 0.9.1
3131
hooks:
3232
- id: nbstripout

0 commit comments

Comments
 (0)