The lsp layer in SpaceVim is great! However, there is a slight issue with the Python liner in the lsp layer. it reports the following warings on my formattting which is done using yapf using the following settings (.style.yapf). How can I configure the Python linter for the lsp layer so that it respect the yapf settings and stop complaining about the formatting?
[style]
based_on_style = facebook
column_limit = 88