From 601f9b0db61c88839d19eb262893f034057a49bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellis=20Keny=C5=91?= Date: Sat, 19 Nov 2022 14:44:57 +0000 Subject: [PATCH] docs(python): add formatter docs --- modules/lang/python/README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/lang/python/README.org b/modules/lang/python/README.org index 6d248d200..4a92accd0 100644 --- a/modules/lang/python/README.org +++ b/modules/lang/python/README.org @@ -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?]]