mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 01:54:15 +01:00
.pre-commit-config.yaml: add pre-cmmit-ci validator
This commit is contained in:
parent
6dd0f81399
commit
1ff423c4ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user