From 61762f77ffa85571acf3f7950939812d2ea8cc95 Mon Sep 17 00:00:00 2001 From: Marie Weiel Date: Fri, 8 Nov 2024 11:07:39 +0100 Subject: [PATCH] add command to install pre-commit hooks --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1eac2a..510fc1a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,7 @@ By participating, you can help improve the project and make it even better. python3 -m venv source python -m pip install -e ".[dev]" + pre-commit install ``` 4. **Create a Branch**: Create a new branch for your contribution. Choose a descriptive name. Depending on what you want