1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-16 20:45:22 +00:00

Add pre-commit hooks for code quality

- Add .pre-commit-config.yaml with rustfmt, clippy, and cargo check
- Include standard pre-commit hooks for whitespace and file fixes
- Update README with development setup instructions
- Fix formatting and trailing whitespace in various files

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jason Hall 2025-06-07 21:27:18 -04:00
parent 5dc87b282e
commit 6681c2aef5
Failed to extract signature
8 changed files with 93 additions and 7 deletions

View file

@ -36,4 +36,4 @@ check-fmt:
cargo fmt -- --check
# Run all checks (format, lint, test)
check: check-fmt lint test
check: check-fmt lint test