mirror of
https://github.com/Mikaela/cv.git
synced 2025-01-09 19:52:38 +01:00
update .pre-commit-config.yaml from mikaela.github.io
This commit is contained in:
parent
419877bf66
commit
44cc8ae4ff
@ -14,6 +14,8 @@ repos:
|
||||
- id: detect-private-key
|
||||
- id: end-of-file-fixer
|
||||
- id: fix-byte-order-marker
|
||||
- id: trailing-whitespace
|
||||
exclude_types: [markdown]
|
||||
|
||||
- repo: https://github.com/thlorenz/doctoc
|
||||
rev: v2.2.0
|
||||
@ -22,7 +24,7 @@ repos:
|
||||
args: [--update-only]
|
||||
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.22.0
|
||||
rev: 0.23.0
|
||||
hooks:
|
||||
- id: check-dependabot
|
||||
- id: check-github-actions
|
||||
@ -37,7 +39,7 @@ repos:
|
||||
#- id: check-mailmap
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.0-alpha.6"
|
||||
rev: "v3.0.0-alpha.9-for-vscode"
|
||||
hooks:
|
||||
- id: prettier
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
|
Loading…
Reference in New Issue
Block a user