Files
Auto_Bangumi/backend/.pre-commit-config.yaml

8 lines
154 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.