mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-26 01:02:07 +00:00
Fix ruff violations (import sort, unused imports, whitespace) in backup_database.py, generate_website.py, meshcore_bot.py, migrate_webviewer_db.py, packet_capture_service.py, version_info.py, scripts/config_tui.py, scripts/update_todos.py, and validate_config.py. Fix mypy stale type-ignore and remove unused imports in test files. Add is_radio_zombie/is_radio_offline mock attributes to command_manager test fixtures to prevent truthy Mock early returns.