From d70d0a49701c64d62294f8ba96b7775b50bc1ccf Mon Sep 17 00:00:00 2001 From: amandasavluchinske <amandasavluchinske@gmail.com> Date: Fri, 14 Jun 2024 20:12:59 +0100 Subject: [PATCH] adds pre-commit step to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d6ca7f2..9a539e0 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ To gather the API keys for these tools, head to the following links: `poetry install` +Install pre-commit hooks: + +`pre-commit install` + #### Frontend `cd example`