migrated-test-staging
Some checks failed
Deploy on push / deploy (push) Failing after 8s

This commit is contained in:
2025-05-25 23:21:53 +03:00
parent ab39b534fe
commit 071d8217dd
3 changed files with 15 additions and 22 deletions

View File

@@ -1,19 +0,0 @@
{
"include": ["."],
"exclude": ["**/node_modules", "**/__pycache__", "**/.*", "**/dist"],
"defineConstant": {
"DEBUG": true
},
"venvPath": ".",
"venv": ".venv",
"pythonVersion": "3.11",
"typeCheckingMode": "strict",
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"reportUnknownMemberType": false,
"reportUnknownParameterType": false,
"reportUnknownVariableType": false,
"reportUnknownArgumentType": false,
"reportPrivateUsage": false,
"reportUntypedFunctionDecorator": false
}