refactor: add src_bank attribute to Payment and Topup model 🔨
This commit is contained in:
+9
-14
@@ -1,16 +1,11 @@
|
||||
{
|
||||
"venvPath": ".",
|
||||
"venv": ".venv",
|
||||
"reportMissingImports": "error",
|
||||
"include": ["src"],
|
||||
"typeCheckingMode": "standard",
|
||||
"reportArgumentType": "warning",
|
||||
"reportUnusedVariable": "warning",
|
||||
"reportFunctionMemberAccess": "none",
|
||||
"exclude": [
|
||||
"council-api/**/migrations",
|
||||
"**/__pycache__",
|
||||
"src/experimental",
|
||||
"src/typestubs"
|
||||
]
|
||||
"venvPath": ".",
|
||||
"venv": ".venv",
|
||||
"reportMissingImports": "error",
|
||||
"include": ["src"],
|
||||
"typeCheckingMode": "standard",
|
||||
"reportArgumentType": "warning",
|
||||
"reportUnusedVariable": "warning",
|
||||
"reportFunctionMemberAccess": "none",
|
||||
"exclude": ["council-api/**/migrations", "**/__pycache__"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user