Skip to content

Commit 2798255

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0)
1 parent 4700bba commit 2798255

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -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

35-
- repo: https://github.com/psf/black
36-
rev: 24.10.0
35+
- repo: https://github.com/psf/black-pre-commit-mirror
36+
rev: 25.9.0
3737
hooks:
3838
- id: black

0 commit comments

Comments
 (0)