Skip to content

Commit 71ec0bd

Browse files
committed
fix(lint): add a too-many-lines exclusion
1 parent 883a1e7 commit 71ec0bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_data_model_configuration_step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from ardupilot_methodic_configurator.data_model_configuration_step import ConfigurationStepProcessor
2020
from ardupilot_methodic_configurator.data_model_par_dict import Par
2121

22-
# pylint: disable=redefined-outer-name, protected-access
22+
# pylint: disable=redefined-outer-name, protected-access, too-many-lines
2323

2424

2525
@pytest.fixture

0 commit comments

Comments
 (0)