Pull requests are welcome!
Feel free to open an issue if you find a bug, have new ideas, suggestions, or spot a mistake in the documentation.
We use GitHub Issues to track bugs. If you find a bug, please open a new issue.
Try to include steps to reproduce the bug, a detailed description, and some sample code if possible.
- Fork the repository and create a new branch from
master
. - Make your changes and don't forget to add new tests :)
- Ensure the tests pass with your changes.
- Create a new PR!
The project uses ruff as an autoformatter and linter.
To run tests you need to install tox.
Run tests:
tox
Run a specific test using python 3.12:
tox -e py312 -- -k test_add_message_handler