Files
Yamtrack/.pre-commit-config.yaml
2026-01-27 20:47:18 +01:00

15 lines
334 B
YAML

repos:
- repo: local
hooks:
- id: ruff
name: ruff
entry: ruff check --fix
language: system
types: [python]
require_serial: true
- id: ruff-format
name: ruff-format
entry: ruff format
language: system
types: [python]
require_serial: true