Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit d0cc1eb

Browse files
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

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
33
rev: v4.4.0
44
hooks:
5-
- id: trailing-whitespace
6-
- id: end-of-file-fixer
75
- id: check-yaml
86
- id: check-added-large-files
97

0 commit comments

Comments
 (0)