Contributing

We welcome pull requests from anybody!

Formatting

Code formatting, import sorting, and spell checks are done automatically with black, isort and codespell.

You can automatically enforce the formatting guidelines with

pip install black isort codespell
bash fixFormat.sh

Test

Please ensure your contribution passes the tests in tests