add pyrightconfig.json

This commit is contained in:
chakcy 2026-01-31 22:00:56 +08:00
parent f7dbe571cc
commit 30797df6dc

View File

@ -0,0 +1,9 @@
{
"venvPath": ".",
"venv": ".venv",
"pythonVersion": "{{ cookiecutter.python_version }}",
"extraPaths": [
"./",
"./.venv/lib/python3.12/site-packages"
]
}