Developer guide
Setup¶
Clone the repository and install with development dependencies:
Pre-commit Hooks¶
Install pre-commit hooks to automatically format code before commits:
This runs black (line length 120) and isort (Google profile) automatically.
Running Tests¶
You must first cd into the project directory.