From f7ad3af6325fe2410981b24b16c6b46396430059 Mon Sep 17 00:00:00 2001 From: shuiyisong Date: Sat, 16 Nov 2024 17:30:50 +0800 Subject: [PATCH] chore: update pre-commit config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59ed14eb25a8..6fb2ab938c9a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,6 +17,6 @@ repos: - id: fmt - id: clippy args: ["--workspace", "--all-targets", "--all-features", "--", "-D", "warnings"] - stages: [push] + stages: [pre-push] - id: cargo-check args: ["--workspace", "--all-targets", "--all-features"]