mirror of
https://github.com/Mikaela/cv.git
synced 2024-11-25 18:09:24 +01:00
.pre-commit-config.yaml: resync from mikaela.github.io
This commit is contained in:
parent
e347ecd825
commit
419877bf66
@ -15,6 +15,12 @@ repos:
|
|||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: fix-byte-order-marker
|
- 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
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.22.0
|
rev: 0.22.0
|
||||||
hooks:
|
hooks:
|
||||||
@ -39,8 +45,4 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: editorconfig-checker
|
- id: editorconfig-checker
|
||||||
alias: ec
|
alias: ec
|
||||||
- repo: https://github.com/thlorenz/doctoc
|
args: [-disable-max-line-length]
|
||||||
rev: v2.2.0
|
|
||||||
hooks:
|
|
||||||
- id: doctoc
|
|
||||||
args: [--update-only]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user