mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-09 09:53:18 +00:00
9 lines
133 B
YAML
9 lines
133 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: check
|
|
name: code check
|
|
entry: hatch run check
|
|
language: system
|
|
types: [python]
|