Issues and Pull Requests are welcome :)
- Recommended a virtual env created:
- Install dev requirements with
make install-dev
- Ready to contribute!
With the virtual env active:
# Only once
make install-dev
# Both linting and tests
make test
# Only tests
make unit
# Only code lint
make lint