Prerequisites

pre-commit configuration

Run the following command from the root of the repo to setup hooks:

pre-commit install # for all hooks
pre-commit install --hook-type commit-msg # for commitlint checks

Last updated