py-project-template

Development

Ensure you have dev dependencies installed as per Dev Dependencies.

See instructions below for how to run commands around code quality.

Format

$ make fmt

Lint

$ make lint

Check types

$ make typecheck

Test

$ make test