Skip to content

Commit 8282632

Browse files
committed
Remove doctoc - not always relevent
1 parent 5803b32 commit 8282632

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.pre-commit-config.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,6 @@ repos:
6161
- id: end-of-file-fixer
6262
- id: check-merge-conflict
6363
- id: mixed-line-ending
64-
- repo: https://github.com/thlorenz/doctoc.git
65-
rev: v1.4.0
66-
hooks:
67-
- id: doctoc
68-
name: Add TOC for md files
69-
files: \.md$
70-
args:
71-
- "--maxlevel"
72-
- "3"
73-
- "--title"
74-
- "**Table of Contents**"
7564
- repo: https://github.com/adrienverge/yamllint
7665
rev: v1.23.0
7766
hooks:

0 commit comments

Comments
 (0)