.. # Copyright (c) 2026, Arm Limited. # # SPDX-License-Identifier: MIT ############### Linting ############### Before submitting changes, run the Ruff helper script from the repository root: .. code-block:: bash ./scripts/ruff.sh The script applies auto-formatting and safe lint fixes to ``src`` and ``test``: .. code-block:: bash ruff format src test ruff check --fix src test After running the script, inspect any remaining lint output and address it manually before submitting a patch.