Skip to content

Commit b514df6

Browse files
committed
devshell: add mypy + ruff
1 parent 05d12f9 commit b514df6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
packages.default = pkgs.mkShell {
3838
packages = [
3939
pkgs.bashInteractive
40+
pkgs.mypy
41+
pkgs.ruff
4042
];
4143
};
4244
packages.buildbot-nix = pkgs.python3.pkgs.callPackage ./default.nix { };

0 commit comments

Comments
 (0)