devshell: add mypy + ruff

This commit is contained in:
Jörg Thalheim 2023-12-26 19:48:27 +01:00
parent 05d12f9c93
commit b514df614b

View file

@ -37,6 +37,8 @@
packages.default = pkgs.mkShell {
packages = [
pkgs.bashInteractive
pkgs.mypy
pkgs.ruff
];
};
packages.buildbot-nix = pkgs.python3.pkgs.callPackage ./default.nix { };