diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf839aa..5869f10 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: language: system types: [rust] pass_filenames: false - stages: [pre-push] + stages: [pre-commit] - id: rust-clippy name: Rust linting (cargo clippy) @@ -22,7 +22,7 @@ repos: language: system types: [rust] pass_filenames: false - stages: [pre-push] + stages: [pre-commit] # NOTE: Disabled - cargo test blocks git push. Tests should run in CI/CD. # - id: rust-test