Skip to content

Commit 6052545

Browse files
authored
Refactor pre-commit dependencies for mdformat
1 parent 6dd3978 commit 6052545

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ repos:
2727
- id: mdformat
2828
additional_dependencies:
2929
- mdformat-ruff
30-
- mdformat-deflist
31-
additional_dependencies:
32-
- mdformat-ruff
33-
- mdformat-footnote
34-
- mdformat-gfm
35-
- mdformat-gfm-alerts
30+
- mdformat-ruff
31+
- mdformat-footnote
32+
- mdformat-gfm
33+
- mdformat-gfm-alerts
3634
- repo: https://github.com/astral-sh/ruff-pre-commit
3735
rev: v0.14.3
3836
hooks:

0 commit comments

Comments
 (0)