diff options
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8b6348..90070a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,5 +21,6 @@ repos: rev: v1.0 hooks: - id: fmt + args: ["--manifest-path", "src-tauri/Cargo.toml"] - id: clippy - args: ["--", "-D", "warnings"]
\ No newline at end of file + args: ["--manifest-path", "src-tauri/Cargo.toml", "--", "-D", "warnings"]
\ No newline at end of file |