FIX: refub ruff fixes #330
Annotations
4 errors
Ruff (PLR1714):
MethodicConfigurator/frontend_tkinter_component_editor.py#L258
MethodicConfigurator/frontend_tkinter_component_editor.py:258:12: PLR1714 Consider merging multiple comparisons: `manufacturer not in ("Unknown", "ArduPilot")`. Use a `set` if the elements are hashable.
|
Ruff (PLR1714):
MethodicConfigurator/frontend_tkinter_component_editor.py#L262
MethodicConfigurator/frontend_tkinter_component_editor.py:262:12: PLR1714 Consider merging multiple comparisons: `model not in ("Unknown", "MAVLink")`. Use a `set` if the elements are hashable.
|
Ruff (SIM115):
unittests/annotate_params_test.py#L46
unittests/annotate_params_test.py:46:26: SIM115 Use a context manager for opening files
|
build (3.12)
Process completed with exit code 1.
|