In this article, we'll configure pre-commit hooks to automatically lint our code before committing changes to Github.
Since we're using Python, we can add autopep8 to make our code align with PEP8 guidelines or if the project includes YAML files we can use related packages to check validation of these