[Feature] Adding THconfig schema as a new TH config field - #356
[Feature] Adding THconfig schema as a new TH config field#356antonio-amjr wants to merge 1 commit into
8 errors
Mypy found 8 errors
Annotations
Check failure on line 46 in test_collections/matter/sdk_tests/support/tests/utils/utils.py
github-actions / Mypy
test_collections/matter/sdk_tests/support/tests/utils/utils.py#L46
Argument 1 to "update" of "MutableMapping" has incompatible type "Dict[str, object]"; expected "SupportsKeysAndGetItem[str, Dict[str, int]]" [arg-type]
Check failure on line 71 in app/tests/user_prompts/test_user_prompt_support.py
github-actions / Mypy
app/tests/user_prompts/test_user_prompt_support.py#L71
"UserPromptSupport" has no attribute "config" [attr-defined]
Check failure on line 96 in app/tests/user_prompts/test_user_prompt_support.py
github-actions / Mypy
app/tests/user_prompts/test_user_prompt_support.py#L96
"UserPromptSupport" has no attribute "config" [attr-defined]
Check failure on line 109 in app/tests/user_prompts/test_user_prompt_support.py
github-actions / Mypy
app/tests/user_prompts/test_user_prompt_support.py#L109
"UserPromptSupport" has no attribute "config" [attr-defined]
Check failure on line 128 in app/tests/user_prompts/test_user_prompt_support.py
github-actions / Mypy
app/tests/user_prompts/test_user_prompt_support.py#L128
"UserPromptSupport" has no attribute "config" [attr-defined]
Check failure on line 143 in app/tests/user_prompts/test_user_prompt_support.py
github-actions / Mypy
app/tests/user_prompts/test_user_prompt_support.py#L143
"UserPromptSupport" has no attribute "config" [attr-defined]
Check failure on line 191 in app/tests/user_prompts/test_text_input_user_prompts.py
github-actions / Mypy
app/tests/user_prompts/test_text_input_user_prompts.py#L191
Argument "timeout" to "__expected_prompt_dict" has incompatible type "Optional[int]"; expected "int" [arg-type]
Check failure on line 197 in app/tests/user_prompts/test_options_select_user_prompts.py
github-actions / Mypy
app/tests/user_prompts/test_options_select_user_prompts.py#L197
Argument "timeout" to "__expected_prompt_dict" has incompatible type "Optional[int]"; expected "int" [arg-type]