From 5b560bec3e28c26227b34a6fcd2ab4feffd85096 Mon Sep 17 00:00:00 2001 From: Wouter Legiest Date: Tue, 24 Dec 2024 04:51:21 +0000 Subject: [PATCH] Note to run pre-commit --- docs/content/en/docs/contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/en/docs/contributing.md b/docs/content/en/docs/contributing.md index 73f0518e8..699f68029 100644 --- a/docs/content/en/docs/contributing.md +++ b/docs/content/en/docs/contributing.md @@ -90,6 +90,8 @@ at the [pull request review stage](#pull-request-review-flow). pre-commit run --all ``` +If failed, check [Pre-commit](https://heir.dev/docs/development/#pre-commit). + 1. Make sure tests are passing with the following: ```bash