Skip to content

Commit 054dce9

Browse files
pre-commit-ci[bot]peterjc
authored andcommitted
[pre-commit.ci] autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.3.1](psf/black-pre-commit-mirror@25.12.0...26.3.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 5c73e37 commit 054dce9

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
@@ -26,7 +26,7 @@ repos:
2626
language: pygrep
2727
files: \.(py|sh|rst|yml|yaml)$
2828
- repo: https://github.com/psf/black-pre-commit-mirror
29-
rev: 25.12.0
29+
rev: 26.3.1
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.4.1
61+
rev: v2.4.2
6262
hooks:
6363
- id: codespell
6464
files: \.(py|sh|rst|yml|yaml)$

0 commit comments

Comments
 (0)