Skip to content

Commit 14cc637

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.12.2](astral-sh/ruff-pre-commit@v0.5.0...v0.12.2) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.16.1](pre-commit/mirrors-mypy@v1.10.1...v1.16.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 4061233 commit 14cc637

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: "3.10"
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: "v4.6.0"
5+
rev: "v5.0.0"
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -16,18 +16,18 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: "v0.5.0"
19+
rev: "v0.12.2"
2020
hooks:
2121
- id: ruff
2222
args: [--fix]
2323

2424
- repo: https://github.com/psf/black
25-
rev: "24.4.2"
25+
rev: "25.1.0"
2626
hooks:
2727
- id: black
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: "v1.10.1"
30+
rev: "v1.16.1"
3131
hooks:
3232
- id: mypy
3333
additional_dependencies: &mypy-deps
@@ -43,7 +43,7 @@ repos:
4343
- id: shellcheck
4444

4545
- repo: https://github.com/codespell-project/codespell
46-
rev: "v2.3.0"
46+
rev: "v2.4.1"
4747
hooks:
4848
- id: codespell
4949

0 commit comments

Comments
 (0)