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 61abd8f commit c4725b1Copy full SHA for c4725b1
README.md
@@ -26,9 +26,12 @@ See [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/
26
Add the following to your `.pre-commit-config.yaml` file:
27
28
```yaml
29
+default_stages: [commit, manual]
30
repos:
31
- repo: https://github.com/radix-ai/auto-smart-commit
32
rev: v1.0.1
33
hooks:
34
- id: auto-smart-commit
35
```
36
+
37
+and make sure to run `pre-commit install --hook-type prepare-commit-msg` to install the hook type necessary for this hook.
0 commit comments