pre-commit: Hooks reference
My selection of commonly used pre-commit hooks for different languages and tools.
My selection of commonly used pre-commit hooks for different languages and tools.
pre-commit is a multi-language package manager for a set of Git hooks. It is a great tool for projects of any size, helping using and sharing hooks that check for code quality.
Failing when working on something new is a given. Iterate quickly, fail fast. This post shows how IPython can change your workflow and how to set up it on VS Code.