Skip to content

Commit 6a48ad3

Browse files
[pre-commit.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/astral-sh/ruff-pre-commit: v0.12.4 → v0.14.4](astral-sh/ruff-pre-commit@v0.12.4...v0.14.4) - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v1.18.2](pre-commit/mirrors-mypy@v1.17.0...v1.18.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0)
1 parent ce0d105 commit 6a48ad3

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: "v5.0.0"
6+
rev: "v6.0.0"
77
hooks:
88
# https://github.com/pre-commit/pre-commit-hooks/issues/718
99
# - id: check-added-large-files # Fails with git v1.8.3
@@ -21,13 +21,13 @@ repos:
2121

2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.12.4
24+
rev: v0.14.4
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: "v1.17.0"
30+
rev: "v1.18.2"
3131
hooks:
3232
- id: mypy
3333
additional_dependencies:
@@ -36,8 +36,8 @@ repos:
3636
- "pydantic>=2.4"
3737

3838

39-
- repo: https://github.com/psf/black
40-
rev: "25.1.0"
39+
- repo: https://github.com/psf/black-pre-commit-mirror
40+
rev: "25.11.0"
4141
hooks:
4242
- id: black
4343
args: [--preview]

0 commit comments

Comments
 (0)