Feature: pass params from calibrate to touch #147
Annotations
10 errors and 10 warnings
Linting:
scanner.py#L1530
scanner.py:1530:9: F841 Local variable `curtime` is assigned to but never used
|
Linting:
scanner.py#L1562
scanner.py:1562:48: F841 Local variable `ss` is assigned to but never used
|
Linting:
scanner.py#L2503
scanner.py:2503:24: E711 Comparison to `None` should be `cond is None`
|
Linting:
scanner.py#L2503
scanner.py:2503:44: E711 Comparison to `None` should be `cond is None`
|
Linting:
scanner.py#L2503
scanner.py:2503:64: E711 Comparison to `None` should be `cond is None`
|
Linting:
scanner.py#L2503
scanner.py:2503:84: E711 Comparison to `None` should be `cond is None`
|
Linting:
scanner.py#L2644
scanner.py:2644:23: E711 Comparison to `None` should be `cond is None`
|
Linting:
scanner.py#L2981
scanner.py:2981:9: F841 Local variable `clock` is assigned to but never used
|
Linting:
scanner.py#L3164
scanner.py:3164:13: E741 Ambiguous variable name: `l`
|
Linting:
scanner.py#L3329
scanner.py:3329:9: F841 Local variable `orig_step_x` is assigned to but never used
|
Type check:
scanner.py#L103
Type of "thermistor_override" is unknown (reportUnknownMemberType)
|
Type check:
scanner.py#L133
Type of "samples_config" is partially unknown
Type of "samples_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
Type check:
scanner.py#L177
Type of "scanner_touch_config" is partially unknown
Type of "scanner_touch_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
Type check:
scanner.py#L202
Type of "detect_threshold_z" is unknown (reportUnknownMemberType)
|
Type check:
scanner.py#L202
Type of "scanner_touch_config" is partially unknown
Type of "scanner_touch_config" is "dict[str, Unknown]" (reportUnknownMemberType)
|
Type check:
scanner.py#L216
Type of "load" is partially unknown
Type of "load" is "(config: Unknown) -> ScannerTempModelBuilder" (reportUnknownMemberType)
|
Type check:
scanner.py#L231
Type of "create" is partially unknown
Type of "create" is "(scanner: Unknown, config: Unknown) -> (ScannerMeshHelper | None)" (reportUnknownMemberType)
|
Type check:
scanner.py#L234
Type of "_stream_timeout" is partially unknown
Type of "_stream_timeout" is "(eventtime: Unknown) -> float" (reportUnknownMemberType)
|
Type check:
scanner.py#L234
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#L240
Type of "_stream_samples_queue" is partially unknown
Type of "_stream_samples_queue" is "Queue[Unknown]" (reportUnknownMemberType)
|
Loading