From 7b284591bd9b42eb7839c4c87d5aedb068836a7b Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Sat, 10 May 2025 16:44:06 +0800 Subject: [PATCH] chore: revert pre-commit-config --- .pre-commit-config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 239312fc..63e8da0a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,3 @@ repos: - id: ruff # Run the formatter of backend. - id: ruff-format - # Run the linter of frontend. - - id: eslint - # Run the formatter of frontend. - - id: eslint-format