We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc01e74 + 838e83c commit 2714277Copy full SHA for 2714277
1 file changed
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
)$
26
27
- repo: https://github.com/igorshubovych/markdownlint-cli
28
- rev: v0.45.0
+ rev: v0.46.0
29
hooks:
30
- id: markdownlint-fix
31
exclude: |
@@ -34,7 +34,7 @@ repos:
34
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.14.5
+ rev: v0.14.6
38
39
- id: ruff
40
args: [--fix, --exit-non-zero-on-fix]
0 commit comments