.pre-commit-config.yaml: resync from mikaela.github.io

This commit is contained in:
Aminda Suomalainen 2023-04-12 09:03:08 +03:00
parent e347ecd825
commit 419877bf66
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 5 deletions

View File

@ -15,6 +15,12 @@ repos:
- id: end-of-file-fixer
- id: fix-byte-order-marker
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
hooks:
- id: doctoc
args: [--update-only]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.22.0
hooks:
@ -39,8 +45,4 @@ repos:
hooks:
- id: editorconfig-checker
alias: ec
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
hooks:
- id: doctoc
args: [--update-only]
args: [-disable-max-line-length]