Simple Python style checker in one Python file
翻译 - 一个Python文件中的简单Python样式检查器
flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
翻译 - flake8是一个python工具,可将pep8,pyflakes,mccabe和第三方插件粘合在一起,以检查某些python代码的样式和质量。
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
McCabe complexity checker for Python
Naming Convention checker for Python
Flake8 plugin that checks import order against various Python Style Guides