.pre-commit-config.yaml: add prettier & editorconfig-checker

This commit is contained in:
Aminda Suomalainen 2023-02-21 19:44:52 +02:00
parent c380fba2ff
commit a50e703de4
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 24 additions and 14 deletions

View File

@ -22,3 +22,13 @@ repos:
- id: check-github-actions - id: check-github-actions
- id: check-github-workflows - id: check-github-workflows
- id: check-gitlab-ci - id: check-gitlab-ci
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.4"
hooks:
- id: prettier
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.1"
hooks:
- id: editorconfig-checker
alias: ec