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

9 lines
133 B
YAML
Raw Normal View History

2024-02-14 08:52:01 +00:00
repos:
- repo: local
hooks:
2024-02-15 23:31:37 +00:00
- id: check
name: code check
entry: hatch run check
2024-02-14 08:52:01 +00:00
language: system
types: [python]