yt-dlp/.pre-commit-config.yaml
2024-05-05 21:40:32 +02:00

9 lines
135 B
YAML

repos:
- repo: local
hooks:
- id: fix
name: Apply code fixes
entry: hatch run fix
language: system
types: [python]