1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 00:35:23 +02:00
tldr/pages.nl/common/yapf.md
Dylan 3b423e97fa
yapf: update page and update Dutch translation (#16709)
yapf: update page and add Dutch translation
2025-06-01 16:48:38 +02:00

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}}`