Read the explanations on this blog post.
If you'd like to run the tests, just issue the following command:
docker-compose up tests
You can check the code with mypy, black, and isort:
docker-compose up lint
There is a service that you can format the code also:
docker-compose up formatter