This commit is contained in:
deng
2025-11-04 23:29:20 +08:00
parent 4ff430d2c3
commit addc09e9db
9 changed files with 313 additions and 13 deletions

View File

@ -9,11 +9,9 @@ repos:
- id: check-yaml
- id: check-docstring-first
- repo: local
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.11
hooks:
- id: ruff
name: ruff
entry: ruff check .
language: python
types: [python]
always_run: true
args: [--fix]
- id: ruff-format