Add UpdateUserWalletView and CustomUserByWalletBalanceSerializer for wallet balance updates
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 2m12s

This commit is contained in:
2025-04-05 20:53:06 +05:00
parent d67794df62
commit b87dcfaf26
8 changed files with 95 additions and 16 deletions

View File

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