This repository contains shared helper scripts and repository-level tooling used across LizardByte projects.
The current tooling is focused on Python-managed C/C++ formatting helpers:
scripts/update_clang_format.pyrunsclang-formatacross supported source directories.
Install uv and sync the locked tool environment:
uv syncRun the clang-format helper:
uv run python scripts/update_clang_format.pyRun the pytest suite:
uv run pytest