aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f553eae..2862e75 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -21,6 +21,6 @@ repos:
rev: v1.0
hooks:
- id: fmt
- args: ["--manifest-path", "src-tauri/Cargo.toml"]
+ args: ["--manifest-path", "src-tauri/Cargo.toml", "--"]
- id: clippy
- args: ["--manifest-path", "src-tauri/Cargo.toml"]
+ args: ["--manifest-path", "src-tauri/Cargo.toml", "--"]