mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
.pre-commit-config.yaml: move doctoc higher up, disable ec line length checking
This commit is contained in:
parent
6743a0912d
commit
ed2151ecc7
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user