Code Formatting & Linting

This project uses Ruff for both formatting and linting. To ensure all code follows our style guidelines, install the pre-commit hook:

pip install pre-commit
pre-commit install