mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-17 21:59:17 +00:00
9 lines
131 B
YAML
9 lines
131 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: fix
|
|
name: Apply code fixes
|
|
entry: hatch fmt
|
|
language: system
|
|
types: [python]
|