Ruff简介——极其快速的Python代码检查工具
原文英文,约400词,阅读约需2分钟。发表于: 。What is linting? A linter will help you find syntactical and stylistic issues with your code. Python has several great 3rd party linting tools. Here are the two most famous ones: pylint Flake8...
代码检查工具有助于找到代码中的语法和风格问题。Python有几个著名的第三方工具,如Flake8、pylint和Ruff。Flake8包含了PyFlakes、pycodestyle和McCabe Script,提供了额外功能。Ruff是用Rust编写的,速度非常快,可以替代Black和isort。它有500多个规则,并可以监视文件夹的更改。Ruff是一个令人兴奋的项目。