plugins.lsp.servers.pylsp.settings.plugins.pydocstyle.enabled

Enable or disable the plugin. Setting this explicitly to true will install the dependency for this plugin (pydocstyle).

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.lsp.servers.pylsp.settings.plugins.pydocstyle.addIgnore

Ignore errors and warnings in addition to the specified convention.

Type: null or (list of string)

Default: null

Plugin default: []

Declared by:

plugins.lsp.servers.pylsp.settings.plugins.pydocstyle.addSelect

Select errors and warnings in addition to the specified convention.

Type: null or (list of string)

Default: null

Plugin default: []

Declared by:

plugins.lsp.servers.pylsp.settings.plugins.pydocstyle.convention

Choose the basic list of checked errors by specifying an existing convention.

Type: null or one of “pep257”, “numpy”, “google”, “None”

Default: null

Declared by:

plugins.lsp.servers.pylsp.settings.plugins.pydocstyle.ignore

Ignore errors and warnings.

Type: null or (list of string)

Default: null

Plugin default: []

Declared by:

plugins.lsp.servers.pylsp.settings.plugins.pydocstyle.match

Check only files that exactly match the given regular expression; default is to match files that don’t start with ‘test_’ but end with ‘.py’.

Type: null or string or raw lua code

Default: null

Plugin default: "(?!test_).*\\.py"

Declared by:

plugins.lsp.servers.pylsp.settings.plugins.pydocstyle.matchDir

Search only dirs that exactly match the given regular expression; default is to match dirs which do not begin with a dot.

Type: null or string or raw lua code

Default: null

Plugin default: "[^\\.].*"

Declared by:

plugins.lsp.servers.pylsp.settings.plugins.pydocstyle.select

Select errors and warnings.

Type: null or (list of string)

Default: null

Declared by: