From 2b19f777dd2b75fd59e999a41a814bbb995bfefa Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 13 May 2023 09:04:46 +0300 Subject: [PATCH] .pre-commit-config.yaml: pass --notitle to doctoc --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 09ee5c02..a856f40b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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