Skip to content

Commit 3008604

Browse files
committed
chore: update markdown linter in pre-commit
1 parent b1a7312 commit 3008604

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@ repos:
2222
rev: v4.3.18
2323
hooks:
2424
- id: isort
25-
- repo: https://github.com/Lucas-C/pre-commit-hooks
26-
rev: v1.1.6
25+
- repo: git://github.com/Lucas-C/pre-commit-hooks-markup
26+
sha: v1.0.0
2727
hooks:
28-
- id: forbid-crlf
29-
files: \.md$
30-
- id: remove-crlf
31-
files: \.md$
28+
- id: rst-linter
3229
- repo: local
3330
hooks:
3431
- id: lint

0 commit comments

Comments
 (0)