Posts tagged with pep8

Check PEP8 formatting for python

In order to check errors in python formatting, use pep8 (installed with pip). In order to correct these errors automatically, use autopep8.