nix: add pyright/ruff for proper LSP in the impure devshell

We need this to ensure that pyright/ruff are part of the same
interpreter/venv.
This commit is contained in:
Daniël de Kok 2024-09-06 08:07:41 +00:00
parent 6cb42f49ae
commit e79f627d8f

View File

@ -82,8 +82,10 @@
docker docker
pip pip
ipdb ipdb
pyright
pytest pytest
pytest-asyncio pytest-asyncio
ruff
syrupy syrupy
]); ]);