nix: add pyright/ruff for proper LSP in the impure devshell (#2496)

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 10:19:04 +02:00 committed by yuanwu
parent 938a7f3c3a
commit 1e14a94721

View File

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