autopep8

Formatteer Python-code conform de PEP 8-stijlgids. Meer informatie: https://github.com/hhatto/autopep8.

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