yt-dlp/.pre-commit-config.yaml
2024-03-15 22:28:47 +01:00

9 lines
167 B
YAML

repos:
- repo: local
hooks:
- id: check
name: code check (run hatch run fix if it fails)
entry: hatch run check
language: system
types: [python]