nonebot-plugin-nailongremove/.pre-commit-config.yaml
student_2333 b925734181
up
2024-11-16 22:13:39 +08:00

15 lines
328 B
YAML

repos:
- repo: https://github.com/DetachHead/basedpyright-pre-commit-mirror
rev: v1.13.0
hooks:
- id: basedpyright
language: system
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
hooks:
- id: ruff-format
- id: ruff
args: ['--fix']
- id: ruff-format