From 87739bed8553cfdeaa3fcb3d785d2cc627256844 Mon Sep 17 00:00:00 2001 From: Dowon Date: Sat, 4 May 2024 17:42:55 +0900 Subject: [PATCH] chore(ci): fix pre-commit --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 20cd974..fcdf0a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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]