We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da60275 commit 9f8ef00Copy full SHA for 9f8ef00
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ exclude: ^(\.[^/]*cache/.*)$
4
repos:
5
- repo: https://github.com/executablebooks/mdformat
6
# Do this before other tools "fixing" the line endings
7
- rev: 0.7.18
+ rev: 0.7.19
8
hooks:
9
- id: mdformat
10
name: Format Markdown
@@ -58,7 +58,7 @@ repos:
58
- -d
59
- "{extends: relaxed, rules: {line-length: {max: 90}}}"
60
- repo: https://github.com/astral-sh/ruff-pre-commit
61
- rev: v0.7.3
+ rev: v0.7.4
62
63
- id: ruff
64
- id: ruff-format
0 commit comments