We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7851d2 + 1b67159 commit 7004841Copy full SHA for 7004841
1 file changed
.pre-commit-config.yaml
@@ -27,14 +27,14 @@ repos:
27
exclude: "tests/data/.*"
28
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.15.9
+ rev: v0.15.12
31
hooks:
32
- id: ruff-check
33
args: ["--fix", "--show-fixes"]
34
- id: ruff-format
35
36
- repo: https://github.com/rbubley/mirrors-prettier
37
- rev: v3.8.1
+ rev: v3.8.3
38
39
- id: prettier
40
types_or: [toml, yaml]
0 commit comments