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代码的样式和质量。