guan404ming commented on code in PR #873:
URL: https://github.com/apache/mahout/pull/873#discussion_r2704305589


##########
.pre-commit-config.yaml:
##########
@@ -65,13 +65,18 @@ repos:
       - id: fmt
         pass_filenames: false
         args: ['--manifest-path', 'qdp/Cargo.toml', '--all']
-      - id: clippy
-        # clippy needs context of the whole crate to compile correctly
+  - repo: local
+    hooks:
+      - id: cargo-clippy

Review Comment:
   nit: should we continue to use `clippy` only here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to