-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Description
I have these settings with disabled pyflakes:
{
"language_servers": {
"pyls": {
"serverSettings": {
"pyls.plugins.pydocstyle.enabled": false,
"pyls.plugins.pyflakes.enabled": false,
"pyls.plugins.flake8.enabled": true,
"pyls.plugins.pycodestyle.enabled": false,
}
},
"r-languageserver": {
"serverSettings": {
"r.lsp.debug": false,
"r.lsp.diagnostics": false
}
}
}
}and pyls is only server running:
but I get pyflakes warning despite this #noqa (which is a problem in itself, but the reason I can't use pyflakes):
Versions:
# Name Version Build Channel
jupyterlab 3.2.1 pyhd8ed1ab_0 conda-forge
jupyterlab-git 0.33.0 pyhd8ed1ab_0 conda-forge
jupyterlab-lsp 3.9.1 pyhd8ed1ab_0 conda-forge
jupyterlab-pullrequests 3.0.2 pyhd8ed1ab_0 conda-forge
jupyterlab_code_formatter 1.4.10 pyhd8ed1ab_1 conda-forge
jupyterlab_pygments 0.1.2 pyh9f0ad1d_0 conda-forge
jupyterlab_server 2.8.2 pyhd8ed1ab_0 conda-forge
jupyterlab_widgets 1.0.2 pyhd8ed1ab_0 conda-forge
python-lsp-server 1.2.4 pyhd8ed1ab_0 conda-forgeReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

