mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-02-05 08:46:37 +01:00
![Simon Sawicki](/assets/img/avatar_default.png)
Authored by: bashonly, seproDev, Grub4K Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
14 lines
292 B
YAML
14 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]
|