语法检查与代码格式化——ALE
异步检查语法
- pycodestyle —— 前身为pep8,检查Python语法以及格式
安装
1 | pip install pycodestyle |
配置
配置文件在 ~/.config/pycodestyle。
代码格式化
安装
1 | pip install yapf |
配置
配置文件在 ~/.config/yapf/style 和 ~/.isort.cfg。
安装
1 | pip install pycodestyle |
配置
配置文件在 ~/.config/pycodestyle。
安装
1 | pip install yapf |
配置
配置文件在 ~/.config/yapf/style 和 ~/.isort.cfg。