We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9589db4 + 6f7a6bc commit b319a5dCopy full SHA for b319a5d
1 file changed
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
args: [--fix, lf]
15
- id: trailing-whitespace
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: "v0.8.4"
+ rev: "v0.8.6"
18
hooks:
19
- id: ruff
20
args: [--fix, --exit-non-zero-on-fix]
@@ -30,6 +30,6 @@ repos:
30
- id: prettier
31
exclude_types: ["markdown"]
32
- repo: https://github.com/DavidAnson/markdownlint-cli2
33
- rev: v0.17.0
+ rev: v0.17.1
34
35
- id: markdownlint-cli2
0 commit comments