Formatteer Python-code conform de PEP 8-stijlgids. Meer informatie: https://github.com/hhatto/autopep8.
stdout
, met een ingestelde maximale toegestane regellengte:autopep8 {{pad/naar/bestand.py}} --max-line-length {{lengte}}
autopep8 --diff {{pad/naar/bestand.py}}
autopep8 --in-place {{pad/naar/bestand.py}}
autopep8 --in-place --recursive {{pad/naar/map}}