Thank you for your interest in contributing! We work primarily on Github. Please review the contributing procedures here and here so that we can accept your contributions! Alternatively, contact someone in the development chat channel.
- At the time of this writing, Python 3.10, 3.11, and 3.12 are the officially supported versions.
- This project implements the linting and formatting conventions of
ruff
on all incoming Pull Requests. To ensure a PR is properly linted and formatted prior to creating a Pull Request, installpre-commit
in your development environment and then set up the configuration of pre-commit hooks.