7ca8bb55b6
* Python: Add Telegram hosting helpers Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 5d6987cd-1b67-4ba1-8b54-3c50da6e7607 * Python: Exclude Telegram samples from aggregate typing Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 5d6987cd-1b67-4ba1-8b54-3c50da6e7607 * Python: Address Telegram helper review feedback Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 5d6987cd-1b67-4ba1-8b54-3c50da6e7607 * Python: Serialize Telegram webhook sessions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: d76a9c32-d170-426d-a64f-b70958b08b12
25 lines
740 B
JSON
25 lines
740 B
JSON
{
|
|
"include": ["samples"],
|
|
"exclude": [
|
|
"**/autogen/**",
|
|
"**/autogen-migration/**",
|
|
"**/semantic-kernel-migration/**",
|
|
"**/demos/**",
|
|
"**/_to_delete/**",
|
|
"**/05-end-to-end/**",
|
|
"**/harness/**",
|
|
"**/local_telegram/**",
|
|
"**/agent_with_foundry_tracing.py",
|
|
"**/azure_responses_client_with_foundry.py"
|
|
],
|
|
"typeCheckingMode": "basic",
|
|
"reportMissingImports": "error",
|
|
"reportMissingModuleSource": false,
|
|
"reportMissingTypeStubs": false,
|
|
"reportPrivateImportUsage": false,
|
|
"reportPrivateUsage": false,
|
|
"reportTypedDictNotRequiredAccess": false,
|
|
"reportInvalidTypeVarUse": false,
|
|
"reportAttributeAccessIssue": "error"
|
|
}
|