You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/07/09 16:10:22 UTC

[GitHub] [incubator-mxnet] mozga-intel commented on pull request #20356: Auto-formatter to keep the same coding style

mozga-intel commented 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 ##
   Flake8 tool should 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: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org