You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`pylsp.configurationSources`|`array` of unique `string` (one of: `pycodestyle`, `pyflakes`) items | List of configuration sources to use. |`["pycodestyle"]`|
7
+
|`pylsp.plugins.autopep8.enabled`|`boolean`| Enable or disable the plugin (disabling required to use `yapf`). |`true`|
7
8
|`pylsp.plugins.flake8.config`|`string`| Path to the config file that will be the authoritative config source. |`null`|
8
9
|`pylsp.plugins.flake8.enabled`|`boolean`| Enable or disable the plugin. |`false`|
9
10
|`pylsp.plugins.flake8.exclude`|`array` of `string` items | List of files or directories to exclude. |`[]`|
0 commit comments