We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ca922c + 57ba46b commit d5284d5Copy full SHA for d5284d5
1 file changed
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
types: [yaml]
14
15
- repo: https://github.com/executablebooks/mdformat
16
- rev: 0.7.22
+ rev: 1.0.0
17
hooks:
18
- id: mdformat
19
additional_dependencies:
@@ -34,7 +34,7 @@ repos:
34
)$
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.14.0
+ rev: v0.14.1
38
39
- id: ruff
40
args: [--fix, --exit-non-zero-on-fix]
0 commit comments