mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-11-03 11:56:59 +00:00
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
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 2m12s
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user