Running PEP8 inspection in a python module

Answered

I have a project with a java module and several python modules. Is not there any tool to run the PEP8 inspection on all files of a selected python module?

In the java modules I use the “checkstyle plugin” that allows you to start a style inspection on all the java files of the module. But I don't find something similar to run PEP8 inspection in a python module.

0
1 comment

Please sign in to leave a comment.