2026-01-29 17:02:09 +08:00
|
|
|
repos:
|
|
|
|
|
- repo: https://github.com/DetachHead/basedpyright-prek-mirror
|
|
|
|
|
rev: 1.37.2
|
|
|
|
|
hooks:
|
|
|
|
|
- id: basedpyright
|
|
|
|
|
args: [--level=error]
|
2026-02-05 15:13:06 +08:00
|
|
|
files: ^backend/
|
2026-01-29 17:02:09 +08:00
|
|
|
|
|
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
|
|
|
rev: v0.9.6
|
|
|
|
|
hooks:
|
|
|
|
|
- id: ruff
|
2026-02-05 15:13:06 +08:00
|
|
|
files: ^backend/
|