Skip to content

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 397 Bytes

File metadata and controls

executable file
·
16 lines (11 loc) · 397 Bytes

Contributing

To keep the codebase consistent, install the development dependencies before committing:

pip install -r requirements-dev.txt
pre-commit install

After installing the hooks, run the full suite once to set the baseline:

pre-commit run --all-files

The configured hooks format Python files with Black, lint with Ruff, and enforce standard whitespace checks.