Running PEP8 inspection in a python module

已回答

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

请先登录再写评论。