Create virtualenv with all dependencies using make command:
make setup
source .venv/bin/activate
python python_exit_gracefully_example/main.py
make update-reqs
Code linting has been done using (black)[https://github.com/psf/black] and (isort)[https://pycqa.github.io/isort/].
source .venv/bin/activate
make lint
tox -e tests,pep8