Skip to content

Commit 08e7cfb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [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.4.2 → 25.1.0](psf/black@24.4.2...25.1.0)
1 parent 03a25c3 commit 08e7cfb

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,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -25,15 +25,15 @@ 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.4.2
36+
rev: 25.1.0
3737
hooks:
3838
- id: black
3939
language_version: python3.8

0 commit comments

Comments
 (0)