chore: add prettier hook

This commit is contained in:
Dowon
2024-03-30 16:50:53 +09:00
parent 06adf33a89
commit db6470423d
7 changed files with 181 additions and 179 deletions

View File

@@ -21,6 +21,11 @@ repos:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.3.0
hooks: