Mechaos
介绍Linter意思是代码分析工具,用来检查代码中的语法错误、编码规范问题、潜在的逻辑问题和代码质量问题等,可以提供实时反馈和自动修复建议。Formatter意思是代码格式化工具。
Ruff就是用Rust语言编写的高性能的Python静态代码分析工具,也实现了代码格式化的功能。
总体而言,具有这些特点:
支持pyproject.toml
兼容black和isort
删除未使用的导入
参考资料
教程 - 官方使用文档
文章 - 性能最快的代码分析工具,Ruff 正在席卷 Python 圈!
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment