Pre-commit hooks and linting configurations for Python projects
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 c...
Jan 8, 20234 min read176
