mirror of
https://github.com/Mikaela/cv.git
synced 2024-11-22 08:29:24 +01:00
.pre-commit-config.yaml: switch doctoc above prettier & ec
This commit is contained in:
parent
fb818ed235
commit
4abec4d28e
@ -18,7 +18,11 @@ repos:
|
||||
- id: check-github-actions
|
||||
- id: check-github-workflows
|
||||
- id: check-gitlab-ci
|
||||
|
||||
- repo: https://github.com/thlorenz/doctoc
|
||||
rev: v2.2.0
|
||||
hooks:
|
||||
- id: doctoc
|
||||
args: [--update-only]
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.0-alpha.6"
|
||||
hooks:
|
||||
@ -28,8 +32,3 @@ repos:
|
||||
hooks:
|
||||
- id: editorconfig-checker
|
||||
alias: ec
|
||||
- repo: https://github.com/thlorenz/doctoc
|
||||
rev: v2.2.0
|
||||
hooks:
|
||||
- id: doctoc
|
||||
args: [--update-only]
|
||||
|
Loading…
Reference in New Issue
Block a user