coreason-maco-builder
- Python 3.12+
- Poetry
- Clone the repository:
git clone https://github.com/CoReason-AI/coreason_maco_builder.git cd coreason_maco_builder - Install dependencies:
poetry install
- Run the linter:
poetry run pre-commit run --all-files
- Run the tests:
poetry run pytest