Rapid React!
To help validate your code at commit time, you can enable the pre-commit hooks locally by:
- have python installed on your system
- run
pip install pre-commit
- At the root of this repository run
pre-commit install
If they are ever getting in your way you can always force a commit to go through by adding the --no-verify
flag, eg: git commit --no-verify -am "This is broken and I want it merged anyway"