fastapi_celery/.pre-commit-config.yaml
2025-12-25 16:43:26 +08:00

7 lines
151 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
hooks:
- id: ruff
args: [--fix]
- id: ruff-format