We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c7777 commit 996e014Copy full SHA for 996e014
CONTRIBUTING.md
@@ -21,10 +21,10 @@ Consider installing any of [black's IDE
21
integrations](https://black.readthedocs.io/en/stable/integrations/editors.html)
22
to make your life easier.
23
24
-Run the following command to set up the pre-commit git hook:
+Run the following to set up the pre-commit git hook to run before pushes:
25
26
```shell script
27
-pre-commit install
+pre-commit install --hook-type pre-push
28
```
29
30
## Setting up your environment
0 commit comments