We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be26283 + 238e0d6 commit c810685Copy full SHA for c810685
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.1"
+ rev: "v0.8.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.15.0
+ rev: v0.16.0
34
35
- id: markdownlint-cli2
0 commit comments