Skip to content

Commit c293669

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.0](astral-sh/ruff-pre-commit@v0.3.5...v0.5.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
1 parent 898b594 commit c293669

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
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: "v0.3.5"
19+
rev: "v0.5.0"
2020
hooks:
2121
- id: ruff
2222
args: [--fix]
@@ -36,7 +36,7 @@ repos:
3636
- id: shellcheck
3737

3838
- repo: https://github.com/codespell-project/codespell
39-
rev: "v2.2.6"
39+
rev: "v2.3.0"
4040
hooks:
4141
- id: codespell
4242
args:
@@ -46,7 +46,7 @@ repos:
4646
]
4747

4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: "v1.10.0"
49+
rev: "v1.10.1"
5050
hooks:
5151
- id: mypy
5252
files: ^(pyodide-build/pyodide_build)
@@ -74,7 +74,7 @@ repos:
7474
additional_dependencies: *mypy-deps
7575

7676
- repo: https://github.com/pre-commit/mirrors-prettier
77-
rev: "v3.1.0"
77+
rev: "v4.0.0-alpha.8"
7878
hooks:
7979
- id: prettier
8080

0 commit comments

Comments
 (0)