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