Skip to content

[Feature] Adding THconfig schema as a new TH config field - #356

Open
antonio-amjr wants to merge 1 commit into
project-chip:v2.16-developfrom
antonio-amjr:feature/configurable_prompt_timeouts
Open

[Feature] Adding THconfig schema as a new TH config field#356
antonio-amjr wants to merge 1 commit into
project-chip:v2.16-developfrom
antonio-amjr:feature/configurable_prompt_timeouts

Adding THconfig schema as a new TH config field

62fae75
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Mypy failed Aug 21, 2026 in 0s

8 errors

Mypy found 8 errors

Annotations

Check failure on line 46 in test_collections/matter/sdk_tests/support/tests/utils/utils.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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]