Developing VBL Aquarium
GitHub Actions
are used to automatically build models to the models directory.
To update the models, simply push changes to the underlying pydantic models in
the vbl_aquarium/models directory.
Local Development Setup
- Install Hatch
- Clone the repository
- Run
hatch shellin the repository root directory
Use
to build the models locally.
Use
to run pyright type checking.