From fa2233f56ff8d1d5979cc2f0bb921001f8bb061f Mon Sep 17 00:00:00 2001 From: Llannelongue Date: Wed, 1 Jul 2020 12:02:02 +0100 Subject: [PATCH] Corrected typo `python -m pip pre-commit install` (#2447) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index df21ae832f..d39b0bd112 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -161,7 +161,7 @@ To setup a local development environment, install both local and test dependenci ```bash python -m pip install -r requirements/devel.txt python -m pip install -r requirements/examples.txt -python -m pip pre-commit install +python -m pip install pre-commit ``` You can run the full test-case in your terminal via this bash script: