{ "clients": { "pyls": { "command": [ "~/.environments/pyls/bin/pyls" ], "enabled": false, "settings": { "pyls": { "plugins": { "pycodestyle": { "ignore": [ "E101", "E302", "E303", "E305", "E501", "W191" ] } } } } } } }