From b324ff8694dff32fc344c88da3b6b6e24edf930c Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 9 Jul 2024 11:34:41 -0600 Subject: [PATCH] Link to pre-commit install docs --- docs/contributing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 4df59b9b..2f661f86 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -82,7 +82,7 @@ To maintain code quality, we use pre-commit for automated checks before committi To set up pre-commit, follow these steps: -- `pip install pre-commit` for Windows and for Linux refer to your distribution's package index +- `pip install pre-commit` ([official installation docs](https://pre-commit.com/#install)) - `pre-commit install` to enable it to run automatically - `pre-commit run -a` to run it manually