mirror of https://github.com/yt-dlp/yt-dlp
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
292 B
YAML
15 lines
292 B
YAML
6 months ago
|
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]
|