Contributions of docs, tests, or code are welcome.
- Fork it
- Clone your fork (
git clone https://my_fork) - Create a branch (
git checkout -b my_branch) - Commit your changes (
git commit -am "added some cool feature") - Push your branch to your fork (
git push origin my_branch) - Open a Pull Request
- Respond to any questions during our review process
Read more about how pulls work on GitHub's About pull requests page.
Before sending a pull request, write tests (and use assertpy2 assertions in them).
uv sync
uv run pytest -v