yt-dlp/.pre-commit-config.yaml
2024-02-15 00:52:11 +01:00

14 lines
237 B
YAML

repos:
- repo: local
hooks:
- id: linter
name: linter
entry: hatch run lint
language: system
types: [python]
- id: format
name: format
entry: hatch run format --diff
language: system
types: [python]