Commit ab596f0
fix: Remove unit tests from pre-commit hooks
Pre-commit hooks should be fast. Running tests on every commit:
- Slows down the development workflow
- Fails legitimately when creating reproducers before fixes
Tests are better suited for CI workflows where they run in parallel
and don't block local commits.
Fixes #1356
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 354976a commit ab596f0
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
0 commit comments