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 6e4d1b3 commit 8b4cd85Copy full SHA for 8b4cd85
1 file changed
CONTRIBUTING.md
@@ -72,6 +72,12 @@ That's it! The plugin will run every time you commit any changes. If there are a
72
```bash
73
pre-commit run --all-files --show-diff-on-failure
74
```
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"
81
82
#### Coding Style
83
0 commit comments