devshell: add mypy + ruff
This commit is contained in:
parent
05d12f9c93
commit
b514df614b
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
|||
packages.default = pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.bashInteractive
|
||||
pkgs.mypy
|
||||
pkgs.ruff
|
||||
];
|
||||
};
|
||||
packages.buildbot-nix = pkgs.python3.pkgs.callPackage ./default.nix { };
|
||||
|
|
Loading…
Add table
Reference in a new issue