Contributing

Contents

Contributing#

Development#

Momba uses Poetry for dependency management. Run poetry install to create a virtual environment in .venv containing all the dependencies needed for development. Momba comes with a configuration for Visual Studio Code which requires the virtual environment to be present in .venv and enables linting and type checking.