ArduPilot / MethodicConfigurator

A clear ArduPilot configuration sequence
https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter
GNU General Public License v3.0
44 stars 14 forks source link

IMPROVEMENT: activated most of ruff linting rules #77

Closed amilcarlucas closed 5 days ago

amilcarlucas commented 5 days ago

ruff check --fix is awesome!

github-actions[bot] commented 5 days ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2572 1561 61% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
MethodicConfigurator/init.py 100% 🟢
MethodicConfigurator/annotate_params.py 59% 🟢
MethodicConfigurator/backend_mavftp.py 27% 🟢
MethodicConfigurator/battery_cell_voltages.py 100% 🟢
MethodicConfigurator/common_arguments.py 100% 🟢
MethodicConfigurator/extract_param_defaults.py 86% 🟢
MethodicConfigurator/internationalization.py 50% 🟢
MethodicConfigurator/middleware_template_overview.py 100% 🟢
MethodicConfigurator/param_pid_adjustment_update.py 91% 🟢
unittests/annotate_params_test.py 100% 🟢
unittests/backend_mavftp_test.py 99% 🟢
unittests/battery_cell_voltages_test.py 97% 🟢
unittests/common_arguments_test.py 95% 🟢
unittests/extract_param_defaults_test.py 98% 🟢
unittests/middleware_template_overview_test.py 95% 🟢
unittests/param_pid_adjustment_update_test.py 99% 🟢
unittests/version_test.py 91% 🟢
TOTAL 87% 🟢

updated for commit: 0b05a48 by action🐍