mirror of
https://github.com/imjasonh/krust
synced 2026-07-18 15:06:03 +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:
parent
5dc87b282e
commit
6681c2aef5
8 changed files with 93 additions and 7 deletions
|
|
@ -4,7 +4,6 @@ use predicates::prelude::*;
|
|||
use std::env;
|
||||
use std::process::Command as StdCommand;
|
||||
|
||||
|
||||
#[test]
|
||||
fn test_version_command() -> Result<()> {
|
||||
let mut cmd = Command::cargo_bin("krust")?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue