yt-dlp/.pre-commit-config.yaml

9 lines
131 B
YAML

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