streamer/.pre-commit-config.yaml
Konstantin Fickel 42262844a6 chore: improve dev setup
Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
2025-06-22 12:52:15 +02:00

11 lines
No EOL
254 B
YAML

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