fix precommit and fix redame install method

This commit is contained in:
yichuan520030910320
2025-07-27 16:36:30 -07:00
parent c1a5d0c624
commit 60eaa8165c
2 changed files with 4 additions and 16 deletions

View File

@@ -9,15 +9,8 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/psf/black
rev: 24.1.1
hooks:
- id: black
language_version: python3
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
hooks:
- id: ruff
args: [--fix]
- id: ruff-format