vscodium black: ensure external black tooling is used
This commit is contained in:
parent
f5b29c30dc
commit
25794fd364
|
@ -363,6 +363,7 @@ in
|
|||
};
|
||||
"python.languageServer" = "Jedi"; # don't use proprietary pylance server
|
||||
"black-formatter.path" = ["~/.nix-profile/bin/mypy"];
|
||||
"black-formatter.importStrategy" = "fromEnvironment";
|
||||
"mypy-type-checker.path" = ["~/.nix-profile/bin/black"];
|
||||
"mypy-type-checker.importStrategy" = "fromEnvironment";
|
||||
"gitlens.telemetry.enabled" = false;
|
||||
|
|
Loading…
Reference in a new issue