plugins.lsp.servers.pylsp.settings.plugins.pycodestyle.enabled
Enable or disable the plugin.
Setting this explicitly to true will install the dependency for this plugin
(pycodestyle).
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.lsp.servers.pylsp.settings.plugins.pycodestyle.exclude
Exclude files or directories which match these patterns.
Type: null or (list of (string or raw lua code)) or raw lua code
Default:
null
Plugin default: [ ]
Declared by:
plugins.lsp.servers.pylsp.settings.plugins.pycodestyle.filename
When parsing directories, only check filenames matching these patterns.
Type: null or (list of (string or raw lua code)) or raw lua code
Default:
null
Plugin default: [ ]
Declared by:
plugins.lsp.servers.pylsp.settings.plugins.pycodestyle.hangClosing
Hang closing bracket instead of matching indentation of opening bracket’s line.
Type: null or boolean
Default:
null
Declared by:
plugins.lsp.servers.pylsp.settings.plugins.pycodestyle.ignore
Ignore errors and warnings.
Type: null or (list of (string or raw lua code)) or raw lua code
Default:
null
Plugin default: [ ]
Declared by:
plugins.lsp.servers.pylsp.settings.plugins.pycodestyle.indentSize
Set indentation spaces.
Type: null or signed integer
Default:
null
Declared by:
plugins.lsp.servers.pylsp.settings.plugins.pycodestyle.maxLineLength
Set maximum allowed line length.
Type: null or signed integer
Default:
null
Declared by:
plugins.lsp.servers.pylsp.settings.plugins.pycodestyle.ropeFolder
Select errors and warnings.
Type: null or (list of string)
Default:
null
Declared by: