• 2019-12-07
vscode怎么忽略错误

pylint是VScode中python自带的插件,可以帮助代码规范,美观。但是有些报错是你不想看到的,你可以选择性的忽略。在setting.json文件中的用户设置user_setting中添加:“......

11