Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 436 Bytes

application_notes.md

File metadata and controls

21 lines (13 loc) · 436 Bytes

Application Notes

Pre-commit hooks

Added pre-commit to requirements.txt so run pip3 install -r requirements.txt to install before continuing below.

The run this on the command-line to install the pre-commit hooks:

pre-commit install

Pre-commit docs here

This will now run git pre-commit hooks.

To run pre-commit hooks at any time:

pre-commit run --all-files