Contributing

We welcome pull requests from anybody!

Formatting

Code formatting and import sorting are done automatically with black and isort.

You can automatically enforce the formatting guidelines with

pip install black isort
bash fixFormat.sh

Spelling is checked but not automatically fixed using codespell

Test

Please ensure your contribution passes the tests in tests