Develop into beta #150
Annotations
10 errors and 10 warnings
Linting:
scanner.py#L1529
scanner.py:1529:9: F841 Local variable `curtime` is assigned to but never used
|
Linting:
scanner.py#L1561
scanner.py:1561:48: F841 Local variable `ss` is assigned to but never used
|
Linting:
scanner.py#L2502
scanner.py:2502:24: E711 Comparison to `None` should be `cond is None`
|
Linting:
scanner.py#L2502
scanner.py:2502:44: E711 Comparison to `None` should be `cond is None`
|
Linting:
scanner.py#L2502
scanner.py:2502:64: E711 Comparison to `None` should be `cond is None`
|
Linting:
scanner.py#L2502
scanner.py:2502:84: E711 Comparison to `None` should be `cond is None`
|
Linting:
scanner.py#L2643
scanner.py:2643:23: E711 Comparison to `None` should be `cond is None`
|
Linting:
scanner.py#L2980
scanner.py:2980:9: F841 Local variable `clock` is assigned to but never used
|
Linting:
scanner.py#L3163
scanner.py:3163:13: E741 Ambiguous variable name: `l`
|
Linting:
scanner.py#L3328
scanner.py:3328:9: F841 Local variable `orig_step_x` is assigned to but never used
|
Type check:
scanner.py#L102
Type of "thermistor_override" is unknown (reportUnknownMemberType)
|
Type check:
scanner.py#L132
Type of "samples_config" is partially unknown
Type of "samples_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
Type check:
scanner.py#L176
Type of "scanner_touch_config" is partially unknown
Type of "scanner_touch_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
Type check:
scanner.py#L201
Type of "detect_threshold_z" is unknown (reportUnknownMemberType)
|
Type check:
scanner.py#L201
Type of "scanner_touch_config" is partially unknown
Type of "scanner_touch_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
Type check:
scanner.py#L215
Type of "load" is partially unknown
Type of "load" is "(config: Unknown) -> ScannerTempModelBuilder" (reportUnknownMemberType)
|
Type check:
scanner.py#L230
Type of "create" is partially unknown
Type of "create" is "(scanner: Unknown, config: Unknown) -> (ScannerMeshHelper | None)" (reportUnknownMemberType)
|
Type check:
scanner.py#L233
Type of "_stream_timeout" is partially unknown
Type of "_stream_timeout" is "(eventtime: Unknown) -> float" (reportUnknownMemberType)
|
Type check:
scanner.py#L233
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#L239
Type of "_stream_samples_queue" is partially unknown
Type of "_stream_samples_queue" is "Queue[Unknown]" (reportUnknownMemberType)
|
Loading