summaryrefslogtreecommitdiff
path: root/pre-commit
diff options
context:
space:
mode:
Diffstat (limited to 'pre-commit')
-rwxr-xr-xpre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/pre-commit b/pre-commit
index 5055d4b..d086491 100755
--- a/pre-commit
+++ b/pre-commit
@@ -3,4 +3,4 @@
cd $(git rev-parse --show-toplevel)
cargo fmt || exit 1
cargo clippy -- -D warnings || exit 1
-git add -u src
+git add -u src benches test examples