We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7d668a + a528f0b commit 3c8a655Copy full SHA for 3c8a655
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.7.2"
+ rev: "v0.7.3"
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.14.0
+ rev: v0.15.0
34
35
- id: markdownlint-cli2
0 commit comments