mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-04 00:35:23 +02:00
12 lines
350 B
Markdown
12 lines
350 B
Markdown
# yapf
|
|
|
|
> Python stijlgidschecker.
|
|
> Meer informatie: <https://github.com/google/yapf>.
|
|
|
|
- Toon de geformateerde diff die zal optreden uit:
|
|
|
|
`yapf {{[-d|--diff]}} {{pad/naar/bestand}}`
|
|
|
|
- Formatteer alle Python-bestanden recursief in een map in parallel:
|
|
|
|
`yapf {{[-ri|--recursive --in-place]}} --style {{pep8}} {{[-p|--parallel]}} {{pad/naar/map}}`
|