Skip to content

Commit 2c29325

Browse files
committed
chore(nix): add dev dependencies to shell environment
1 parent ad81bc6 commit 2c29325

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shell.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ mkShell {
1313
packages = [
1414
unblob
1515
unblob.runtimeDeps
16+
ruff
17+
pyright
18+
python3Packages.pytest
19+
python3Packages.pytest-cov
1620
poetry
1721
lzo
1822
update

0 commit comments

Comments
 (0)