[FirmwareFlasher] Repository would error when case-sensitive - 0.0.4 #329
Annotations
4 errors and 20 warnings
Ruff (E741):
scanner.py#L3251
scanner.py:3251:13: E741 Ambiguous variable name: `l`
|
Standard Checks
Process completed with exit code 1.
|
Ruff (E741):
scanner.py#L3251
scanner.py:3251:13: E741 Ambiguous variable name: `l`
|
K1 Checks
Process completed with exit code 1.
|
Standard Checks:
scanner.py#L173
Type of "samples_config" is partially unknown
Type of "samples_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
Standard Checks:
scanner.py#L218
Type of "scanner_touch_config" is partially unknown
Type of "scanner_touch_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
Standard Checks:
scanner.py#L244
Type of "detect_threshold_z" is unknown (reportUnknownMemberType)
|
Standard Checks:
scanner.py#L244
Type of "scanner_touch_config" is partially unknown
Type of "scanner_touch_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
Standard Checks:
scanner.py#L281
Type of "_stream_samples_queue" is partially unknown
Type of "_stream_samples_queue" is "Queue[Unknown]" (reportUnknownMemberType)
|
Standard Checks:
scanner.py#L317
Type of "_handle_scanner_data" is partially unknown
Type of "_handle_scanner_data" is "(params: Unknown) -> None" (reportUnknownMemberType)
|
Standard Checks:
scanner.py#L317
Argument type is partially unknown
Argument corresponds to parameter "callback" in function "register_response"
Argument type is "(params: Unknown) -> None" (reportUnknownArgumentType)
|
Standard Checks:
scanner.py#L403
Return type, "dict[str, Unknown]", is partially unknown (reportUnknownParameterType)
|
Standard Checks:
scanner.py#L404
Return type, "dict[str, Unknown]", is partially unknown (reportUnknownVariableType)
|
Standard Checks:
scanner.py#L407
Type of "scanner_touch_config" is partially unknown
Type of "scanner_touch_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
K1 Checks:
scanner.py#L173
Type of "samples_config" is partially unknown
Type of "samples_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
K1 Checks:
scanner.py#L218
Type of "scanner_touch_config" is partially unknown
Type of "scanner_touch_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
K1 Checks:
scanner.py#L244
Type of "detect_threshold_z" is unknown (reportUnknownMemberType)
|
K1 Checks:
scanner.py#L244
Type of "scanner_touch_config" is partially unknown
Type of "scanner_touch_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
K1 Checks:
scanner.py#L281
Type of "_stream_samples_queue" is partially unknown
Type of "_stream_samples_queue" is "Queue[Unknown]" (reportUnknownMemberType)
|
K1 Checks:
scanner.py#L317
Type of "_handle_scanner_data" is partially unknown
Type of "_handle_scanner_data" is "(params: Unknown) -> None" (reportUnknownMemberType)
|
K1 Checks:
scanner.py#L317
Argument type is partially unknown
Argument corresponds to parameter "callback" in function "register_response"
Argument type is "(params: Unknown) -> None" (reportUnknownArgumentType)
|
K1 Checks:
scanner.py#L403
Return type, "dict[str, Unknown]", is partially unknown (reportUnknownParameterType)
|
K1 Checks:
scanner.py#L404
Return type, "dict[str, Unknown]", is partially unknown (reportUnknownVariableType)
|
K1 Checks:
scanner.py#L407
Type of "scanner_touch_config" is partially unknown
Type of "scanner_touch_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|