From 0088c61f912dec75e972f60e20f72a54012906c1 Mon Sep 17 00:00:00 2001 From: zocomputer Date: Mon, 20 Apr 2026 15:29:45 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20'slowdown'=20=E2=86=92=20'slow=20down'?= =?UTF-8?q?=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4761def..119c9b56 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ There are several settings you can configure to customize the behavior of this e black-formatter.path [] - Path or command to be used by the extension to format Python files with Black. Accepts an array of a single or multiple strings. If passing a command, each argument should be provided as a separate string in the array. If set to ["black"], it will use the version of Black available in the PATH environment variable. Note: Using this option may slowdown formatting.
Examples:
["~/global_env/black"]
["conda", "run", "-n", "lint_env", "python", "-m", "black"] + Path or command to be used by the extension to format Python files with Black. Accepts an array of a single or multiple strings. If passing a command, each argument should be provided as a separate string in the array. If set to ["black"], it will use the version of Black available in the PATH environment variable. Note: Using this option may slow down formatting.
Examples:
["~/global_env/black"]
["conda", "run", "-n", "lint_env", "python", "-m", "black"] black-formatter.interpreter