From e714e6f5739ba4e654a5572bdeaf8bf445aaecb7 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Fri, 16 Jan 2026 13:59:39 +0800 Subject: chore: remove automatic fix option from clippy in pre-commit configuration Updated the .pre-commit-config.yaml to remove the automatic fix option for the clippy hook, streamlining the linting process for Rust code by requiring manual fixes. This change enhances control over code quality checks. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cf13202..f553eae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,4 +23,4 @@ repos: - id: fmt args: ["--manifest-path", "src-tauri/Cargo.toml"] - id: clippy - args: ["--manifest-path", "src-tauri/Cargo.toml", "--fix", "--allow-dirty"] + args: ["--manifest-path", "src-tauri/Cargo.toml"] -- cgit v1.2.3-70-g09d2