Skip to content

Commit c4e73ed

Browse files
[pre-commit.ci] pre-commit 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/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.10...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 70cef47 commit c4e73ed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/psf/black-pre-commit-mirror
21-
rev: "25.12.0"
21+
rev: "26.3.1"
2222
hooks:
2323
- id: black
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.14.10"
26+
rev: "v0.15.9"
2727
hooks:
2828
- id: ruff
2929
args: [--fix]
3030

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: "v1.19.1"
32+
rev: "v1.20.0"
3333
hooks:
3434
- id: mypy
3535
args: []
3636
additional_dependencies: &mypy-deps
3737
- pytest
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: "v2.4.1"
40+
rev: "v2.4.2"
4141
hooks:
4242
- id: codespell
4343
args: ["-L", "te,slowy,aray,ba,nd,classs,crate,feld,lits"]

0 commit comments

Comments
 (0)