Skip to content

Commit 1398ea2

Browse files
[pre-commit.ci] pre-commit autoupdate (#117)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.6.9](astral-sh/ruff-pre-commit@v0.3.5...v0.6.9) - [github.com/psf/black: 24.3.0 → 24.8.0](psf/black@24.3.0...24.8.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.11.2](pre-commit/mirrors-mypy@v1.9.0...v1.11.2) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 95d94eb commit 1398ea2

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/externals|^tests/vendored|^tests/test_data)
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: "v4.5.0"
7+
rev: "v5.0.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.3.5"
21+
rev: "v0.6.9"
2222
hooks:
2323
- id: ruff
2424
args: [--fix]
2525

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

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: "v1.9.0"
32+
rev: "v1.11.2"
3333
hooks:
3434
- id: mypy
3535
args: []
@@ -38,7 +38,7 @@ repos:
3838

3939

4040
- repo: https://github.com/codespell-project/codespell
41-
rev: "v2.2.6"
41+
rev: "v2.3.0"
4242
hooks:
4343
- id: codespell
4444
args: ["-L", "te,slowy,aray,ba,nd,classs,crate,feld,lits"]

0 commit comments

Comments
 (0)