Commit 732b1f6
fix: exclude virtual environment directories from mdformat hook
- Add exclude pattern to mdformat hook to skip .venv/, venv/, and *.egg-info/ directories
- Prevents mdformat from processing third-party package documentation
- Resolves CI/CD pre-commit hook failures caused by formatting inconsistencies
- Ensures consistent behavior between local development and CI environments
This fixes the "files were modified by this hook" error that was occurring
when mdformat tried to format markdown files in dependency packages.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent ebc94f8 commit 732b1f6
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments