Files
Auto_Bangumi/backend/.pre-commit-config.yaml
2023-06-28 16:15:17 +08:00

8 lines
153 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
language: python
# TODO: add ruff lint check before committing