Skip to content

Commit 2035d2f

Browse files
[pre-commit.ci] pre-commit autoupdate (#33)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.254 → v0.8.6](astral-sh/ruff-pre-commit@v0.0.254...v0.8.6) - [github.com/psf/black: 23.1.0 → 24.10.0](psf/black@23.1.0...24.10.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.2 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.2...v0.10.0.1) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.14.1](pre-commit/mirrors-mypy@v1.1.1...v1.14.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 24b049c commit 2035d2f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
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: "v4.4.0"
5+
rev: "v5.0.0"
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -14,14 +14,14 @@ repos:
1414
- id: mixed-line-ending
1515
- id: trailing-whitespace
1616

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

2323
- repo: https://github.com/psf/black
24-
rev: "23.1.0"
24+
rev: "24.10.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.9.0.2"
35+
rev: "v0.10.0.1"
3636
hooks:
3737
- id: shellcheck
3838

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

0 commit comments

Comments
 (0)