Skip to content

Commit 6579473

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.3.1](psf/black-pre-commit-mirror@25.11.0...26.3.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.20.0](pre-commit/mirrors-mypy@v1.19.0...v1.20.0)
1 parent ad3c686 commit 6579473

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ repos:
2424
- --markdown-linebreak-ext=md
2525

2626
- repo: https://github.com/psf/black-pre-commit-mirror
27-
rev: 25.11.0
27+
rev: 26.3.1
2828
hooks:
2929
- id: black # See pyproject.toml for args
3030

3131
- repo: https://github.com/codespell-project/codespell
32-
rev: v2.4.1
32+
rev: v2.4.2
3333
hooks:
3434
- id: codespell # See pyproject.toml for args
3535
args: [--skip=dist/*]
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: 'v1.19.0'
38+
rev: 'v1.20.0'
3939
hooks:
4040
- id: mypy # See pyproject.toml for args
4141

0 commit comments

Comments
 (0)