Basic components of GalaxyMol.
Before starting development, make sure to create the virtual environment and install the pre-commit hooks by running the following command:
uv sync
uv run pre-commit install --install-hooks --overwriteBefore you push to the development branch, make sure to run mypy checks for any type-related errors.
mypy [--pretty]Although it's not a strict requirement, consider following the conventional commits guidelines for commit messages. This will help reviewers to understand the changes in a more structured way.
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.