Skip to content

Commit e758c0f

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.11.4 → v0.14.10](astral-sh/ruff-pre-commit@v0.11.4...v0.14.10) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.19.1](pre-commit/mirrors-mypy@v1.15.0...v1.19.1)
1 parent aca3fe6 commit e758c0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

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

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: "v0.11.4"
18+
rev: "v0.14.10"
1919
hooks:
2020
- id: ruff
2121
args: [--fix]
2222

23-
- repo: https://github.com/psf/black
24-
rev: "25.1.0"
23+
- repo: https://github.com/psf/black-pre-commit-mirror
24+
rev: "25.12.0"
2525
hooks:
2626
- id: black
2727

@@ -32,12 +32,12 @@ repos:
3232
exclude: docs/sphinx_pyodide/tests/test_directives\.py
3333

3434
- repo: https://github.com/shellcheck-py/shellcheck-py
35-
rev: "v0.10.0.1"
35+
rev: "v0.11.0.1"
3636
hooks:
3737
- id: shellcheck
3838

3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: "v1.15.0"
40+
rev: "v1.19.1"
4141
hooks:
4242
- id: mypy
4343
args: []

0 commit comments

Comments
 (0)