tests, maintainance fixes
All checks were successful
Deploy on push / deploy (push) Successful in 1m36s
All checks were successful
Deploy on push / deploy (push) Successful in 1m36s
This commit is contained in:
19
services/pyrightconfig.json
Normal file
19
services/pyrightconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"include": ["."],
|
||||
"exclude": ["**/node_modules", "**/__pycache__", "**/.*"],
|
||||
"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
|
||||
}
|
Reference in New Issue
Block a user