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

9 lines
131 B
YAML
Raw Normal View History

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