{ "editor.fontSize": 18, "editor.formatOnType": true, "python.linting.pylintArgs": [ "--disable=E1101", "--disable=E1121", "--disable=W,C" ], "editor.formatOnSave": true }
My Setting.json
VSCode Pylint配置
原文:https://www.cnblogs.com/JunzhaoLiang/p/11844822.html