Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 426 Bytes

File metadata and controls

27 lines (19 loc) · 426 Bytes

Installation

Before you can run hooks, you need to have the pre-commit package manager installed.

Using pip:

cd ./sbc-pay
pip install pre-commit

Install the git hook scripts

run pre-commit install to set up the git hook scripts

cd ./sbc-pay
pre-commit install

Update

Auto-update the config to the latest repos' versions

cd ./sbc-pay
pre-commit autoupdate