To contribute to this project, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bugfix.
-
Install dependencies with
poetry install
. -
Run tests and format your code:
poetry run pytest poetry run black .
-
Submit a pull request with a description of your changes.