Commit 6a39365
fix: resolve YAML syntax error in pre-commit configuration
Fix malformed YAML in .pre-commit-config.yaml that was preventing
pre-commit hooks from running. The django-allauth dependency check
hook had improper quote escaping in the bash command.
Changes:
- Use YAML block scalar (|) for complex bash command
- Simplify error message to avoid quote conflicts
- Verify all pre-commit hooks now pass
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 972c824 commit 6a39365
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
0 commit comments