Skip to content

Commit 3405e85

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.9](astral-sh/ruff-pre-commit@v0.0.292...v0.1.9) - [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.8.0](pre-commit/mirrors-mypy@v1.5.1...v1.8.0)
1 parent 48ccefc commit 3405e85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44
exclude: (^micropip/externals|^tests/vendored|^tests/test_data)
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: "v4.4.0"
7+
rev: "v4.5.0"
88
hooks:
99
- id: check-added-large-files
1010
- id: check-case-conflict
@@ -18,18 +18,18 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: "v0.0.292"
21+
rev: "v0.1.9"
2222
hooks:
2323
- id: ruff
2424
args: [--fix]
2525

2626
- repo: https://github.com/psf/black
27-
rev: "23.9.1"
27+
rev: "23.12.1"
2828
hooks:
2929
- id: black
3030

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

0 commit comments

Comments
 (0)