Skip to content

Commit 00527eb

Browse files
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/psf/black-pre-commit-mirror: 24.10.0 → 26.3.1](psf/black-pre-commit-mirror@24.10.0...26.3.1) - [github.com/pre-commit/mirrors-mypy: v1.12.0 → v1.20.1](pre-commit/mirrors-mypy@v1.12.0...v1.20.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.2](codespell-project/codespell@v2.3.0...v2.4.2)
1 parent 2fe4183 commit 00527eb

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
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-yaml
1111
- id: check-toml
@@ -14,14 +14,14 @@ repos:
1414
- id: name-tests-test
1515
- id: requirements-txt-fixer
1616
- repo: https://github.com/psf/black-pre-commit-mirror
17-
rev: 24.10.0
17+
rev: 26.3.1
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v1.12.0
21+
rev: v1.20.1
2222
hooks:
2323
- id: mypy
2424
- repo: https://github.com/codespell-project/codespell
25-
rev: v2.3.0
25+
rev: v2.4.2
2626
hooks:
2727
- id: codespell

0 commit comments

Comments
 (0)