Files
LetterFeed/backend/.pre-commit-config.yaml
2025-07-16 09:59:21 +02:00

9 lines
156 B
YAML

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