rich7420 commented on code in PR #1000:
URL: https://github.com/apache/mahout/pull/1000#discussion_r2750479121
##########
.pre-commit-config.yaml:
##########
@@ -71,7 +71,7 @@ repos:
name: cargo clippy
language: system
pass_filenames: false
- entry: bash -c 'LIBTORCH_USE_PYTORCH=1 cargo clippy "$@"' --
+ entry: bash -c 'LIBTORCH_USE_PYTORCH=1 LIBTORCH_BYPASS_VERSION_CHECK=1
cargo clippy "$@"' --
Review Comment:
oh , cuz my local pre-commit errors.
I could remove this part.
--
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]