Fixes: None; Extra: Remove unused dependencies (`mypy`, `isort`, `celery-stubs`, etc.), update `uv.lock` with dependency changes, and upgrade versions for `debugpy`, `jupyterlab`, and `ruff`.
23 lines
558 B
JSON
23 lines
558 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/pyright/main/packages/pyright/schema/pyrightconfig.schema.json",
|
|
"typeCheckingMode": "strict",
|
|
"pythonVersion": "3.12",
|
|
"useLibraryCodeForTypes": true,
|
|
"reportMissingTypeStubs": "warning",
|
|
"exclude": [
|
|
"**/__pycache__/**",
|
|
"**/.venv/**",
|
|
"**/.uv/**",
|
|
"media/**",
|
|
"static/**",
|
|
"storefront/**",
|
|
"**/migrations/**"
|
|
],
|
|
"executionEnvironments": [
|
|
{
|
|
"root": "./",
|
|
"pythonVersion": "3.12",
|
|
"extraPaths": ["./evibes", "./engine"]
|
|
}
|
|
]
|
|
}
|