diff --git a/.husky/pre-commit b/.husky/pre-commit index 4b5f593..b1050e6 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -5,5 +5,4 @@ npx lint-staged cd src-tauri -cargo clippy --all --tests -- -W clippy::nursery -W clippy::pedantic -A clippy::module-name-repetitions -D clippy::unwrap_used -cargo test --all \ No newline at end of file +cargo clippy -- -W clippy::nursery -W clippy::pedantic -A clippy::module-name-repetitions -W clippy::unwrap_used