pylint检查会导致很多波浪线,无法忍受,可按如下方式禁止。
https://github.com/DonJayamanne/pythonVSCode/issues/570Found another way - Go to File > Preferences > Settings. Add the following to your user settings -
{
“python.linting.pylintArgs”: [“–errors-only”]
}
For some reason, my pylint stopped working as soon as I generated .pylintrc, so I had
to opt for another solution.
vscode pylint报错
最新推荐文章于 2024-07-26 16:00:00 发布
本文介绍了一种有效的方法来禁用Pylint产生的波浪线提示,通过在用户设置中添加特定参数来实现只显示错误信息的目的。
1692

被折叠的 条评论
为什么被折叠?



