chore(ci): fix pre-commit

This commit is contained in:
Dowon
2024-05-04 17:42:55 +09:00
parent 196d7c354e
commit 87739bed85

View File

@@ -16,13 +16,13 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.2.5
hooks:
- id: prettier
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
rev: v0.4.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]