Skip to content

Commit 8b4cd85

Browse files
committed
docs: add instructions for skipping pre-commit hooks
1 parent 6e4d1b3 commit 8b4cd85

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ That's it! The plugin will run every time you commit any changes. If there are a
7272
```bash
7373
pre-commit run --all-files --show-diff-on-failure
7474
```
75+
### Skipping Pre-commit Hooks for Exploratory Changes
76+
77+
When you're making local experimental changes and don't want pre-commit hooks to run, you can bypass them using:
78+
79+
```bash
80+
git commit --no-verify -m "Exploratory: Testing XYZ"
7581

7682
#### Coding Style
7783

0 commit comments

Comments
 (0)