Remove redudant phrase

This commit is contained in:
Jeremy Stretch 2022-08-25 08:21:32 -04:00 committed by GitHub
parent 42a082916a
commit e757cec6d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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