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 GitHub
parent 5cd8025f18
commit 0424e27f65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

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