[Feature] Adding THconfig schema as a new TH config field #1252
Triggered via pull request
August 21, 2026 16:46
antonio-amjr
opened
#356
Status
Success
Total duration
41s
Artifacts
–
Annotations
10 errors and 1 warning
|
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]
|
|
app/user_prompt_support/prompt_request.py#L27
Line too long (90 > 88 characters) (E501)
|
|
app/tests/user_prompts/test_user_prompt_support.py#L71
"UserPromptSupport" has no attribute "config" [attr-defined]
|
|
app/user_prompt_support/prompt_request.py#L28
Line too long (90 > 88 characters) (E501)
|
|
app/tests/user_prompts/test_user_prompt_support.py#L96
"UserPromptSupport" has no attribute "config" [attr-defined]
|
|
app/tests/user_prompts/test_user_prompt_support.py#L109
"UserPromptSupport" has no attribute "config" [attr-defined]
|
|
app/tests/user_prompts/test_user_prompt_support.py#L128
"UserPromptSupport" has no attribute "config" [attr-defined]
|
|
app/tests/user_prompts/test_user_prompt_support.py#L143
"UserPromptSupport" has no attribute "config" [attr-defined]
|
|
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]
|
|
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]
|
|
Run linters
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-python@v1, wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|