mozga-intel edited a comment on pull request #20356: URL: https://github.com/apache/incubator-mxnet/pull/20356#issuecomment-877295915
@szha Thanks for a quick answer! ## Proposition ## ### Python ### For a python, we can try to use the Flake8 tool. This tool might be used to perform additional formatting and semantic checking of code. For our machine, we can use hooks or pre-commit tools to run checker before commit. Please have a look at #20429 (proposition ### C++ ### We can use the clang-format tool to perform additional formatting and semantic checking of code. Please have a look at #20433 ## Problem ## I think that we need to run those scripts to get the same standard in the project. ## Further consideration ## Should these tools be run also on a CI? -- 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]
