We welcome bug reports, documentation improvements, and feature suggestions.
Open a GitHub Issue with:
- A clear description of the problem
- Steps to reproduce (if applicable)
- Your environment (Python version, GPU, OS)
git clone https://github.com/AtlasAnalyticsLab/MOOZY.git
cd MOOZY
make bootstrap # installs dev deps + pre-commit hooks
make check # runs format check, lint, typecheck, compile- Formatting: Ruff (line length 120)
- Type checking: mypy on annotated modules
- Pre-commit hooks run automatically on
git commit
- Fork the repo and create a feature branch.
- Run
make checkbefore pushing. - Open a PR with a clear description of the change.