We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acef11c + 566b31c commit 572e212Copy full SHA for 572e212
1 file changed
.pre-commit-config.yaml
@@ -42,17 +42,6 @@ repos:
42
# https://prettier.io/docs/en/options.html#print-width
43
args: ["--print-width=120"]
44
45
- - repo: https://github.com/executablebooks/mdformat
46
- rev: 0.7.22
47
- hooks:
48
- - id: mdformat
49
- args: ["--number"]
50
- additional_dependencies:
51
- - mdformat-gfm
52
- - mdformat-black
53
- - mdformat_frontmatter
54
- exclude: CHANGELOG.md README.md
55
-
56
- repo: https://github.com/charliermarsh/ruff-pre-commit
57
rev: v0.11.13
58
hooks:
0 commit comments