yt-dlp/.pre-commit-config.yaml
2024-02-16 00:32:41 +01:00

9 lines
133 B
YAML

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