Skip to content

pyflakes not switching off #113

@michaelaye

Description

@michaelaye

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:

image

but I get pyflakes warning despite this #noqa (which is a problem in itself, but the reason I can't use pyflakes):

Peek 2021-11-10 10-07

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-forge

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions