Automating a formatter for peer reviews
This section explains how to work with Git pre-commit hooks, which are scripts to automate certain actions before every commit (so that developers don’t have to do them manually).
Use these instructions if, for the peer reviews that take place as you build your Arria NLG Studio project, you want to automate a formatter with a pre-commit hook. If you version your Studio projects with Git, you can use the Git pre-commit hook and the Python formatter in this appendix to make your projects much easier to review. For more about Git hooks, see the Git documentation.
This information is organized as follows: