We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80e667 commit 29b0bf9Copy full SHA for 29b0bf9
devShells/python.nix
@@ -4,6 +4,7 @@
4
vscodium = {
5
extensions = with pkgs.vscode-extensions; [
6
ms-pyright.pyright
7
+ ms-python.black-formatter
8
(pkgs.callPackage ../packages/ms-python.python.nix { })
9
];
10
};
0 commit comments