From 29b0bf9e54ef5f4f28df134aaca7ec479bdc61e9 Mon Sep 17 00:00:00 2001 From: GetPsyched Date: Fri, 17 Nov 2023 20:52:51 +0530 Subject: [PATCH] feat(python): add formatter --- devShells/python.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devShells/python.nix b/devShells/python.nix index 46d352b..1422d63 100644 --- a/devShells/python.nix +++ b/devShells/python.nix @@ -4,6 +4,7 @@ vscodium = { extensions = with pkgs.vscode-extensions; [ ms-pyright.pyright + ms-python.black-formatter (pkgs.callPackage ../packages/ms-python.python.nix { }) ]; };