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

9 lines
131 B
YAML
Raw Normal View History

2024-02-14 08:52:01 +00:00
repos:
- repo: local
hooks:
2024-05-05 19:40:16 +00:00
- id: fix
name: Apply code fixes
2024-05-10 17:21:42 +00:00
entry: hatch fmt
2024-02-14 08:52:01 +00:00
language: system
types: [python]