From a761f804fe3e72c58d6f832c9dfaadb2205e878b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 14 Nov 2021 01:21:58 +0100 Subject: [PATCH] Added the line-length to 80 like in the PEP-0008 --- .config/nvim/coc-settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json index 4061a48..f8e0d29 100644 --- a/.config/nvim/coc-settings.json +++ b/.config/nvim/coc-settings.json @@ -13,6 +13,7 @@ "https://json.schemastore.org/docker-compose.json": "*.yaml" }, "python.formatting.provider": "black", + "python.formatting.blackArgs": ["--line-length", "80"], "python.pythonPath": "python3", "coc.preferences.formatOnSaveFiletypes": [ "sh",