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

This commit is contained in:
Aminda Suomalainen 2023-05-13 09:29:38 +03:00
parent 7dda1abc50
commit 80f64cf10b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ repos:
rev: v2.2.0
hooks:
- id: doctoc
args: [--update-only]
args: [--update-only, --notitle]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.0