From e757cec6d97dc4fb2b60f37fbc3843ab8cb4f31a Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 25 Aug 2022 08:21:32 -0400 Subject: [PATCH] Remove redudant phrase --- docs/development/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/getting-started.md b/docs/development/getting-started.md index b14299153..bac2b4dca 100644 --- a/docs/development/getting-started.md +++ b/docs/development/getting-started.md @@ -54,7 +54,7 @@ NetBox ships with a [git pre-commit hook](https://githooks.com/) script that aut cd .git/hooks/ ln -s ../../scripts/git-hooks/pre-commit ``` -For the pre-commit hooks to work, you will also need to install the pycodestyle package for the pre-commit hooks to work: +For the pre-commit hooks to work, you will also need to install the pycodestyle package: ```no-highlight python -m pip install pycodestyle