mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-09 18:03:25 +00:00
16 lines
290 B
YAML
16 lines
290 B
YAML
|
repos:
|
||
|
- repo: local
|
||
|
hooks:
|
||
|
- id: linter
|
||
|
name: linter
|
||
|
entry: hatch run lint --no-fix
|
||
|
language: system
|
||
|
types: [python]
|
||
|
pass_filenames: false
|
||
|
- id: format
|
||
|
name: format
|
||
|
entry: hatch run format
|
||
|
language: system
|
||
|
types: [python]
|
||
|
pass_filenames: true
|