sort imports

This commit is contained in:
Bowen Liang
2024-12-09 22:22:10 +08:00
parent 6930b68484
commit d44d3224cb
48 changed files with 156 additions and 99 deletions

View File

@@ -1,9 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.8.2
hooks:
- id: ruff
args: ["--fix"]
exclude: "templates"
- id: ruff-format
exclude: "templates"