fix: resolve pyrogram imports by adding venv and pyright config
lint / prettier (push) Successful in 7s
lint / ruff (push) Successful in 4s
lint / yamllint (push) Successful in 6s
lint / hadolint (push) Successful in 4s
validate / yaml (push) Successful in 5s
validate / k8s (push) Successful in 5s

- Create .venv with pyrofork and all dependencies installed
- Add pyrightconfig.json at workspace root and in userbot/
- Enable pyright as language server for Python in Zed settings
- Update uv.lock with resolved dependency tree
This commit is contained in:
2026-06-21 22:33:04 +02:00
parent b123621ead
commit 9b3a7aadb4
4 changed files with 293 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"venvPath": "/home/forust/homelab/userbot",
"venv": ".venv"
}