.pre-commit-config.yaml: add --update-only for doctoc

It's already in all files so far though
This commit is contained in:
Aminda Suomalainen 2023-03-25 18:09:20 +02:00
parent 5250c4ca87
commit 94d39ef652
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -23,3 +23,4 @@ repos:
rev: v2.2.0
hooks:
- id: doctoc
args: [--update-only]