Firmware 5.1.0 ht fix #111
Merged
Annotations
10 errors and 10 warnings
Linting:
scanner.py#L1664
scanner.py:1664:9: F841 Local variable `curtime` is assigned to but never used
|
Linting:
scanner.py#L1696
scanner.py:1696:48: F841 Local variable `ss` is assigned to but never used
|
Linting:
scanner.py#L2421
scanner.py:2421:13: F841 Local variable `old_offset` is assigned to but never used
|
Linting:
scanner.py#L2617
scanner.py:2617:24: E711 Comparison to `None` should be `cond is None`
|
Linting:
scanner.py#L2617
scanner.py:2617:44: E711 Comparison to `None` should be `cond is None`
|
Linting:
scanner.py#L2617
scanner.py:2617:64: E711 Comparison to `None` should be `cond is None`
|
Linting:
scanner.py#L2617
scanner.py:2617:84: E711 Comparison to `None` should be `cond is None`
|
Linting:
scanner.py#L2758
scanner.py:2758:23: E711 Comparison to `None` should be `cond is None`
|
Linting:
scanner.py#L3155
scanner.py:3155:9: F841 Local variable `clock` is assigned to but never used
|
Linting:
scanner.py#L3338
scanner.py:3338:13: E741 Ambiguous variable name: `l`
|
Type check:
scanner.py#L114
Type of "thermistor_override" is unknown (reportUnknownMemberType)
|
Type check:
scanner.py#L144
Type of "samples_config" is partially unknown
Type of "samples_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
Type check:
scanner.py#L195
Type of "scanner_touch_config" is partially unknown
Type of "scanner_touch_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
Type check:
scanner.py#L220
Type of "detect_threshold_z" is unknown (reportUnknownMemberType)
|
Type check:
scanner.py#L220
Type of "scanner_touch_config" is partially unknown
Type of "scanner_touch_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
Type check:
scanner.py#L234
Type of "load" is partially unknown
Type of "load" is "(config: Unknown) -> ScannerTempModelBuilder" (reportUnknownMemberType)
|
Type check:
scanner.py#L249
Type of "create" is partially unknown
Type of "create" is "(scanner: Unknown, config: Unknown) -> (ScannerMeshHelper | None)" (reportUnknownMemberType)
|
Type check:
scanner.py#L252
Type of "_stream_timeout" is partially unknown
Type of "_stream_timeout" is "(eventtime: Unknown) -> float" (reportUnknownMemberType)
|
Type check:
scanner.py#L252
Argument type is partially unknown
Argument corresponds to parameter "callback" in function "register_timer"
Argument type is "(eventtime: Unknown) -> float" (reportUnknownArgumentType)
|
Type check:
scanner.py#L258
Type of "_stream_samples_queue" is partially unknown
Type of "_stream_samples_queue" is "Queue[Unknown]" (reportUnknownMemberType)
|
Loading