VsCode开发Python常用配置 1234567{ "python.linting.flake8Enabled": true, "python.formatting.provider": "yapf", "python.formatting.yapfArgs": ["--style={column_limit=128}"], "python.linting.flake8Args": ["--max-line-length=248"], "python.linting.pylintEnabled": false} 以上采用yapf格式化代码,格式化后单行代码最大长度为128 #编程 #Python VsCode开发Python常用配置 https://blog.ctftools.com/2021/06/newpost-15/ 作者 Dr3@m 发布于 2021年6月24日 许可协议 python实现微信jsapi签名 上一篇 mysql获取当期日期是该年第几周 下一篇 Please enable JavaScript to view the comments