Skip to content

Commit 996e014

Browse files
committed
Suggest pre-commit before push
1 parent 79c7777 commit 996e014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Consider installing any of [black's IDE
2121
integrations](https://black.readthedocs.io/en/stable/integrations/editors.html)
2222
to make your life easier.
2323

24-
Run the following command to set up the pre-commit git hook:
24+
Run the following to set up the pre-commit git hook to run before pushes:
2525

2626
```shell script
27-
pre-commit install
27+
pre-commit install --hook-type pre-push
2828
```
2929

3030
## Setting up your environment

0 commit comments

Comments
 (0)