docs(python): add formatter docs

This commit is contained in:
Ellis Kenyő 2022-11-19 14:44:57 +00:00 committed by Ellis Kenyo
parent c86943f97b
commit 601f9b0db6
No known key found for this signature in database
GPG key ID: 298BE5D997EBAA02

View file

@ -92,6 +92,10 @@ An alternative LSP server can be used by installing them through the
- To install *mspyls*: ~M-x lsp-install-server RET mspyls~.
- To install *pyright*: ~$ pip install pyright~ or ~$ npm i -g pyright~.
** Formatter
Formatting is handled using the [[doom-module::editor format]] module via [[https://black.readthedocs.io/en/stable/getting_started.html#installation][black]].
* TODO Usage
#+begin_quote
🔨 /This module's usage documentation is incomplete./ [[doom-contrib-module:][Complete it?]]