Skip to content

Commit 74edef6

Browse files
pre-commit-ci[bot]peterjc
authored andcommitted
[pre-commit.ci] 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)
1 parent 863bb2a commit 74edef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
language: pygrep
2727
files: \.(py|sh|rst|yml|yaml)$
2828
- repo: https://github.com/psf/black
29-
rev: 24.10.0
29+
rev: 25.1.0
3030
hooks:
3131
- id: black
3232
args: [--check, --diff]
@@ -58,7 +58,7 @@ repos:
5858
--report-level=warning,
5959
]
6060
- repo: https://github.com/codespell-project/codespell
61-
rev: v2.3.0
61+
rev: v2.4.1
6262
hooks:
6363
- id: codespell
6464
files: \.(py|sh|rst|yml|yaml)$

0 commit comments

Comments
 (0)