This project uses boa for building:
devtool conda render --version 0.1.0
boa build --pkg-format 2 --output-folder='./.build/dist' './.build/conda'The project is configured to use black, isort and ruff for linting.
These tools may be manually run as below:
black --preview ./src
isort ./src
ruff check ./src