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报错
最新推荐文章于 2022-07-14 10:55:49 发布