.pre-commit-config.yaml: add pre-cmmit-ci validator

This commit is contained in:
Aminda Suomalainen 2023-09-24 12:03:08 +03:00
parent 6dd0f81399
commit 1ff423c4ab
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@ repos:
# File types depending on trailing whitespace. Use identify-cli
exclude_types: [svg, markdown, tsv]
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
rev: v1.6.1
hooks:
- id: check-pre-commit-ci-config
# Markdown Table of Contents generation.
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0