Files
LetterFeed/backend/.pre-commit-config.yaml
2025-07-16 10:01:07 +02:00

9 lines
162 B
YAML

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