mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-06 08:51:55 +00:00
Authored by: bashonly, seproDev, Grub4K Co-authored-by: bashonly <[email protected]> Co-authored-by: sepro <[email protected]>
15 lines
292 B
YAML
15 lines
292 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: linter
|
|
name: Apply linter fixes
|
|
entry: ruff check --fix .
|
|
language: system
|
|
types: [python]
|
|
require_serial: true
|
|
- id: format
|
|
name: Apply formatting fixes
|
|
entry: autopep8 --in-place .
|
|
language: system
|
|
types: [python]
|