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 837bdfe commit f368a76Copy full SHA for f368a76
flake.nix
@@ -28,6 +28,9 @@
28
pytest
29
mypy
30
black
31
+
32
+ pylsp-mypy
33
+ python-lsp-black
34
]))
35
];
36
});
@@ -43,13 +46,6 @@
43
46
devShells.ci = mkDevShell {};
44
47
devShells.default = mkDevShell {
45
48
inherit (self.checks.${system}.pre-commit-check) shellHook;
- buildInputs = [
- (pkgs.python3.withPackages (ps:
- with ps; [
49
- pylsp-mypy
50
- python-lsp-black
51
- ]))
52
- ];
53
};
54
55
checks = {
0 commit comments