This repository was archived by the owner on Apr 28, 2026. It is now read-only.
Commit d0cc1eb
Remove file-modifying hooks from pre-commit to fix CI failures
Remove trailing-whitespace and end-of-file-fixer hooks that were
modifying hundreds of files during CI runs, causing exit code 1.
Keep essential validation hooks:
- check-yaml for YAML syntax validation
- check-added-large-files to prevent large file commits
- codespell for spelling error detection
- whitelist-check for pcweb/whitelist.py validation
This configuration now passes locally and should resolve the failing
pre-commit CI check while maintaining code quality validation.
Co-Authored-By: Alek <alek@pynecone.io>1 parent 0580472 commit d0cc1eb
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
0 commit comments