disabling link checker

This commit is contained in:
lucasmbrown-usds 2022-09-28 09:58:51 -04:00
parent 07c4c030d3
commit fc1aaf90e1
2 changed files with 11 additions and 9 deletions

View file

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