.pre-commit-config.yaml: add check-pre-commit-ci-config

This commit is contained in:
Aminda Suomalainen 2023-09-24 12:10:32 +03:00
parent 3947fbf5a1
commit 1a6d00e7f1
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:
- id: trailing-whitespace
exclude_types: [markdown]
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
rev: v1.6.1
hooks:
- id: check-pre-commit-ci-config
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
hooks: