sarlink-portal-api/pyrightconfig.json
i701 b87dcfaf26
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 2m12s
Add UpdateUserWalletView and CustomUserByWalletBalanceSerializer for wallet balance updates
2025-04-05 20:53:06 +05:00

14 lines
231 B
JSON

{
"venvPath": ".",
"venv": ".venv",
"reportMissingImports": "error",
"include": ["src"],
"typeCheckingMode": "off",
"exclude": [
"council-api/**/migrations",
"**/__pycache__",
"src/experimental",
"src/typestubs"
]
}