From 8808e5f713d2b50ac08d885f1018a11b58625c4e Mon Sep 17 00:00:00 2001 From: Tobias Beckmann Date: Wed, 29 May 2024 09:18:53 +0200 Subject: [PATCH] docs: mention .envrc (and hence pre-commit) in CONTRIBUTING Co-authored-by: Andreas Schimmelschulze --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 66035a4..03bcaad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Development setup -1. Clone this git repository. +1. Clone this git repository, ensure `.envrc` runs with no errors. 2. Add as a local dependency to your project ```shell # requirements.txt