repo.or.cz
/
yt-dlp3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ie/dplay] Fix extractors (#10471)
[yt-dlp3.git]
/
.pre-commit-config.yaml
blob
a821eeefb16be80cc545069805172083f7d1f43f
1
repos:
2
- repo: local
3
hooks:
4
- id: linter
5
name: Apply linter fixes
6
entry: ruff check --fix .
7
language: system
8
types: [python]
9
require_serial: true
10
- id: format
11
name: Apply formatting fixes
12
entry: autopep8 --in-place .
13
language: system
14
types: [python]