Check PEP8 formatting for python

less than 1 minute read

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

Leave a Comment