Skip to content

Commit f9b66ce

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) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.18.2](pre-commit/mirrors-mypy@v1.16.1...v1.18.2)
1 parent 227285e commit f9b66ce

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
@@ -4,7 +4,7 @@ default_language_version:
44
exclude: (^micropip/_vendored|^tests/vendored|^tests/test_data)
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: "v5.0.0"
7+
rev: "v6.0.0"
88
hooks:
99
- id: check-added-large-files
1010
- id: check-case-conflict
@@ -17,19 +17,19 @@ repos:
1717
- id: mixed-line-ending
1818
- id: trailing-whitespace
1919

20-
- repo: https://github.com/psf/black
21-
rev: "25.1.0"
20+
- repo: https://github.com/psf/black-pre-commit-mirror
21+
rev: "25.9.0"
2222
hooks:
2323
- id: black
2424

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

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: "v1.16.1"
32+
rev: "v1.18.2"
3333
hooks:
3434
- id: mypy
3535
args: []

0 commit comments

Comments
 (0)