In this tutorial, We'll walk through how to use pre-commit to manage git hooks
for code formatting and linting. We use flake8, black, isort, and bandit to automatically
lint and format our Python code on every git commit.
In this presentation, we'll discuss creating consistently formatted Python
code with Black. Black automatically formats our code and fits into any workflow.