Development

Install dependencies and run the tests:

make install
make test

Check code complexity:

make complexity

Validate typing and formatting:

make lint