Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ pip install -e "packages/parser-core[dev,test]"

# Install parser-free in editable mode (depends on parser-core above)
pip install -e "packages/parser-free[test]"

# Activate local git hooks (blocks direct pushes to main)
git config core.hooksPath .githooks
```

### Verify Setup
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ setup: ## Full development environment setup
$(MAKE) pre-commit-install
chmod +x setup-git-hooks.sh
./setup-git-hooks.sh
git config core.hooksPath .githooks
@echo "✅ Setup complete!"

# Testing
Expand Down