mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-18 10:49:30 +01:00
9 lines
135 B
YAML
9 lines
135 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: fix
|
|
name: Apply code fixes
|
|
entry: hatch run fix
|
|
language: system
|
|
types: [python]
|