.pre-commit-config.yaml: pass --notitle to doctoc

This commit is contained in:
Aminda Suomalainen 2023-05-13 09:04:46 +03:00
parent 2bd7a7c3dd
commit 2b19f777dd
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -31,7 +31,7 @@ repos:
hooks:
- id: doctoc
# https://github.com/Mikaela/gist/blob/master/doctoc.txt
args: [--update-only]
args: [--update-only, --notitle]
# GitHub Actions etc. configuration validity checking
- repo: https://github.com/python-jsonschema/check-jsonschema