Skip to content

Commit 96ce13c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
1 parent 28ab940 commit 96ce13c

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

1313
- repo: https://github.com/psf/black
14-
rev: 24.10.0
14+
rev: 25.1.0
1515
hooks:
1616
- id: black-jupyter
1717

1818
- repo: https://github.com/codespell-project/codespell
19-
rev: v2.3.0
19+
rev: v2.4.1
2020
hooks:
2121
- id: codespell
2222
args:
@@ -26,6 +26,6 @@ repos:
2626
]
2727

2828
- repo: https://github.com/kynan/nbstripout
29-
rev: 0.7.1
29+
rev: 0.8.1
3030
hooks:
3131
- id: nbstripout

0 commit comments

Comments
 (0)