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

This commit is contained in:
Aminda Suomalainen 2023-10-10 10:32:41 +03:00
parent b88027f81d
commit e0a8cc0e58
Signed by: Mikaela
SSH Key Fingerprint: SHA256:y2OpGEbett3Fqn8XFrP0X4mWfCVKf4rWkxERzqPY81U
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ repos:
args: [--fix=no]
#- id: pretty-format-json
#- id: requirements-txt-fixer
- 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: