Lint and Format Codebase Run linting on the codebase: $ARGUMENTS Available Lint Types - (no argument) - Run all linters: - or - Run C/C++ linting only: - or - Run Python linting only: - - Format all code: - - Check formatting without modifying: Tools Used - C/C++ : cppcheck for static analysis, clang-format for formatting - Python : ruff for linting and formatting Report any issues found with file locations and descriptions. For formatting issues, suggest running to auto-fix. ---