fix: include dev deps in basedpyright check environment
Use workspace.deps.all instead of workspace.deps.default so that basedpyright can resolve test dependencies like faker.
This commit is contained in:
parent
ce5e476b23
commit
ca6b5bbd4d
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@
|
|||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
pythonSet = pythonSets.${system};
|
||||
venv = pythonSet.mkVirtualEnv "streamd-check-env" workspace.deps.default;
|
||||
venv = pythonSet.mkVirtualEnv "streamd-check-env" workspace.deps.all;
|
||||
in
|
||||
git-hooks.lib.${system}.run {
|
||||
src = ./.;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue