Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 451 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 451 Bytes

di-authentication-api

Pre-commit hook

The repo has config set up for a custom pre-commit hook in .pre-commit-config.yaml. Pre-commit checks include applying formatting, so after the script has run you may see files updated with formatting changes.

To implement the pre-commit hook, you will need to install pre-commit:

brew install pre-commit

and then set up the hook by running

pre-commit install