test diff

This commit is contained in:
lucasmbrown-usds 2022-09-30 12:32:29 -04:00
commit e53179aad6

View file

@ -254,8 +254,9 @@ which will drastically speed up the process.
### Configuring pre-commit hooks ### Configuring pre-commit hooks
To promote consistent code style and quality, we use git pre-commit hooks to automatically lint and reformat our To promote consistent code style and quality, we use git pre-commit hooks to
code before every commit we make to the codebase. Pre-commit hooks are defined in automatically lint and reformat our code before every commit we make to the codebase.
Pre-commit hooks are defined in
<!-- markdown-link-check-disable --> <!-- markdown-link-check-disable -->
[`.pre-commit-config.yaml`](../.pre-commit-config.yaml). [`.pre-commit-config.yaml`](../.pre-commit-config.yaml).
<!-- markdown-link-check-enable --> <!-- markdown-link-check-enable -->