pylsp: disable pydocstyle integration
This commit is contained in:
parent
84d034768b
commit
2fc42e3eea
1
init.el
1
init.el
|
@ -898,6 +898,7 @@
|
||||||
:mccabe (:enabled nil)
|
:mccabe (:enabled nil)
|
||||||
:preload (:enabled nil)
|
:preload (:enabled nil)
|
||||||
:pycodestyle (:enabled nil)
|
:pycodestyle (:enabled nil)
|
||||||
|
:pydocstyle (:enabled nil)
|
||||||
:pyflakes (:enabled nil)
|
:pyflakes (:enabled nil)
|
||||||
:pylint (:enabled nil)
|
:pylint (:enabled nil)
|
||||||
:rope_autoimport ( :completions (:enabled t)
|
:rope_autoimport ( :completions (:enabled t)
|
||||||
|
|
Loading…
Reference in a new issue