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...
developertimeline.hashnode.dev4 min read
Christian Ledermann
Pythonista
Have you heard about ruff? A 10x-100x faster replacement for flake8, many flake8 plugins with the ability to autofix.