We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00576f2 commit 0bd51faCopy full SHA for 0bd51fa
1 file changed
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: trailing-whitespace
19
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: "v0.15.9"
+ rev: "v0.15.10"
22
hooks:
23
- id: ruff
24
args: ["--fix", "--show-fixes"]
@@ -38,14 +38,14 @@ repos:
38
args: ["--skip=CODE_OF_CONDUCT.md"]
39
40
- repo: https://github.com/rbubley/mirrors-prettier
41
- rev: "v3.8.1"
+ rev: "v3.8.2"
42
43
- id: prettier
44
files: \.(html|md|toml|yml|yaml)
45
args: [--prose-wrap=preserve]
46
47
- repo: https://github.com/woodruffw/zizmor-pre-commit
48
- rev: "v1.23.1"
+ rev: "v1.24.1"
49
50
- id: zizmor
51
args: ["--pedantic"]
0 commit comments