432 B
432 B
Contributing Guidelines
Pull request are more than welcome on the GitHub page.
Development environment
This project uses pre-commit to enforce style-checks.
These checks are enforced in the GitHub Actions, but it is encouraged to install
a development environment locally as well.
$ pip install -e .[dev]
$ pre-commit install