Skip to content

Commit f2f0a8c

Browse files
[pre-commit.ci] pre-commit autoupdate (#387)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 32df271 commit f2f0a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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
15-
rev: 24.10.0
15+
rev: 25.1.0
1616
hooks:
1717
- id: black-jupyter
1818

1919
- repo: https://github.com/codespell-project/codespell
20-
rev: v2.3.0
20+
rev: v2.4.1
2121
hooks:
2222
- id: codespell
2323
args:

0 commit comments

Comments
 (0)