Files
Auto_Bangumi/backend/.pre-commit-config.yaml
2023-10-02 13:16:31 +08:00

12 lines
218 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
language: python
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.291
hooks:
- id: ruff