We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898b594 commit c293669Copy full SHA for c293669
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: "v0.3.5"
+ rev: "v0.5.0"
20
hooks:
21
- id: ruff
22
args: [--fix]
@@ -36,7 +36,7 @@ repos:
36
- id: shellcheck
37
38
- repo: https://github.com/codespell-project/codespell
39
- rev: "v2.2.6"
+ rev: "v2.3.0"
40
41
- id: codespell
42
args:
@@ -46,7 +46,7 @@ repos:
46
]
47
48
- repo: https://github.com/pre-commit/mirrors-mypy
49
- rev: "v1.10.0"
+ rev: "v1.10.1"
50
51
- id: mypy
52
files: ^(pyodide-build/pyodide_build)
@@ -74,7 +74,7 @@ repos:
74
additional_dependencies: *mypy-deps
75
76
- repo: https://github.com/pre-commit/mirrors-prettier
77
- rev: "v3.1.0"
+ rev: "v4.0.0-alpha.8"
78
79
- id: prettier
80
0 commit comments