We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8806f commit 07fa47cCopy full SHA for 07fa47c
1 file changed
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: trailing-whitespace
19
- id: check-case-conflict
20
- repo: https://github.com/rbubley/mirrors-prettier
21
- rev: v3.7.4
+ rev: v3.8.0
22
hooks:
23
- id: prettier
24
# package metadata
@@ -45,7 +45,7 @@ repos:
45
exclude: "^packages/.*/(meta.yaml|logo\\..*)$"
46
# scripts
47
- repo: https://github.com/astral-sh/ruff-pre-commit
48
- rev: v0.14.11
+ rev: v0.14.13
49
50
- id: ruff-check
51
args: [--fix, --exit-non-zero-on-fix]
0 commit comments