chore: add prettier pre-commit hook

This commit is contained in:
jo 2022-11-18 23:19:03 +01:00
parent 8d9946d35a
commit df7b1763a3
No known key found for this signature in database
GPG Key ID: B2FEC9B22722B984
1 changed files with 6 additions and 0 deletions

View File

@ -45,3 +45,9 @@ repos:
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
hooks:
- id: prettier
files: \.(md|yml|yaml|json)$