Add mypy.
This commit is contained in:
parent
06dcf34160
commit
0179875f61
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@
|
|||
pkgs.mkShell {
|
||||
name = "hb-downloader";
|
||||
buildInputs = [
|
||||
(pkgs.python3.withPackages ( pyPkgs: [
|
||||
pyPkgs.requests
|
||||
(pkgs.python3.withPackages ( pyPkgs: with pyPkgs; [
|
||||
requests
|
||||
mypy
|
||||
]))
|
||||
];
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue