autopep8

Formate du code Python en accord avec le style PEP 8. Plus d'informations : https://github.com/hhatto/autopep8.

autopep8 {{chemin/vers/fichier.py}} --max-line-length {{longueur}}

autopep8 --diff {{chemin/vers/fichier}}

autopep8 --in-place {{chemin/vers/fichier.py}}

autopep8 --in-place --recursive {{chemin/vers/dossier}}