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代码的样式和质量。
Flake8 plugin for Vim
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
flake8 plugin that integrates isort
A curated awesome list of flake8 extensions. Feel free to contribute! 🎓
flake8
Sublime Text plugin for lint Python files
Flake8 plugin that checks import order against various Python Style Guides
Flake8 plugin for return expressions checking.
🚨 Flake8 plugin to forbid backslashes (\) for line breaks
pyproject-flake8 (pflake8), a monkey patching wrapper to connect flake8 with pyproject.toml configuration
pytest plugin to run flake8
SublimeLinter plugin for python, using flake8.
A plugin for flake8 integrating Mypy.
Flake8 plug-in loading the configuration from pyproject.toml
A plugin for Flake8 that checks pandas code
A flake8 plugin to detect bad practices on Django projects.
Integration of pydocstyle and flake8 for combined linting and reporting
Jupyterlab python linter for notebooks and text files using flake8
Linting Python files on the fly using flake8 with Atom
Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom in-repo lint rules.
翻译 - Fixit是基于LibCST的Python Lint框架。它带有有用的默认棉绒规则,用于编码约定,性能和安全性问题。它使自定义棉绒规则易于构建,测试和配置。它赋予绒棉规则以提供自动修复功能,以解决开发人员的问题。它还提供了跨代码库运行自动修复的工具,以修复现有问题,并自动插入lint-fixme注释以使现有违规保持沉默。 Fixit与Flake8集成,并向其中添加了上述增强功能。