yt-dlp/.pre-commit-config.yaml
Simon Sawicki f2a7447d8e
oopsies
2024-05-10 19:21:42 +02:00

9 lines
131 B
YAML

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