Skip to content

Commit 61b0267

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent 4700bba commit 61b0267

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ repos:
2525
files: ^(_episodes|code|README.md|setup.md)
2626

2727
- repo: https://github.com/codespell-project/codespell
28-
rev: "v2.3.0"
28+
rev: "v2.4.1"
2929
hooks:
3030
- id: codespell
3131
args: ["-I", "codespell.txt"]
3232
files: '.*\.md'
3333
# === END CENTRALLY MAINTAINED FILE ===
3434

3535
- repo: https://github.com/psf/black
36-
rev: 24.10.0
36+
rev: 25.1.0
3737
hooks:
3838
- id: black

0 commit comments

Comments
 (0)