Skip to content

Commit 072a4be

Browse files
committed
add githook link
1 parent a74ca6e commit 072a4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_name}}/.github/next_steps/05_linting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Your repository has a [workflow]({{ cookiecutter.repository }}/blob/main/.github
77
To make sure you have a proper linter configuration you need to follow the steps below.
88

99
1. Update `description` and `keywords` fields in [setup.cfg]({{ cookiecutter.repository }}/blob/main/setup.cfg).
10-
1. Enable githook which will automatically lint your code in every commit. You can enable it by running the command below.
10+
1. Enable [githook](https://git-scm.com/docs/githooks) which will automatically lint your code in every commit. You can enable it by running the command below.
1111

1212
```shell
1313
git config --local core.hooksPath .githooks

0 commit comments

Comments
 (0)