plugins.lsp.servers.pylsp.settings.plugins.mccabe.enabled

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

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.lsp.servers.pylsp.settings.plugins.mccabe.threshold

The minimum threshold that triggers warnings about cyclomatic complexity.

Type: null or signed integer or floating point number or raw lua code

Default: null

Plugin default: 15

Declared by: