Thank you for your interest in contributing! Here's how you can help:
- Clone the repository
- Publish your branch
- Install dependencies with poetry:
poetry install
- Make some local changes
- Test with
pytest -v
- Run pre commit hooks:
pre-commit run --all
- Push to your branch
- Make Pull request
source .env
poetry publish --build --username $PIPY_USERNAME --password $PIPY_PASSWORD