.pre-commit-config.yaml: remove doctoc
It may be an overkill for this repository
This commit is contained in:
parent
495dfa41a3
commit
171b0fc213
|
@ -20,12 +20,6 @@ repos:
|
|||
- id: trailing-whitespace
|
||||
exclude_types: [markdown]
|
||||
|
||||
- repo: https://github.com/thlorenz/doctoc
|
||||
rev: v2.2.0
|
||||
hooks:
|
||||
- id: doctoc
|
||||
args: [--update-only, --notitle]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.0-alpha.9-for-vscode"
|
||||
hooks:
|
||||
|
|
Loading…
Reference in New Issue