Skip to content

Commit 80b3379

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0d6eab6 commit 80b3379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ardupilot_methodic_configurator/data_model_vehicle_components_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def _update_possible_choices_for_path( # pylint: disable=too-many-branches
433433
tuple(gnss_available_protocols) if gnss_available_protocols else ("None",)
434434
)
435435

436-
def validate_entry_limits(self, value: str, path: ComponentPath) -> tuple[str, Optional[float]]: # noqa: PLR0911 # pylint: disable=too-many-return-statements
436+
def validate_entry_limits(self, value: str, path: ComponentPath) -> tuple[str, Optional[float]]: # pylint: disable=too-many-return-statements
437437
"""
438438
Validate entry values against limits.
439439

0 commit comments

Comments
 (0)