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