mistercrunch commented on issue #7769: [format] Using Black
URL: 
https://github.com/apache/incubator-superset/pull/7769#issuecomment-505182324
 
 
   I've been meaning to do this for a while. Black is the way to go.
   
   We could do a 2 phase rollout with `black -S` (skipping the single/vs/double 
quote issue) first.
   
   Happy to just byte the bullet and go for it.
   
   We might want to have more automation around pre-commit hooks too, something 
like Husky in the JS world, but on the python side. Looks like there's a 
`pre-commit` pypi package that could help with that:
   
https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to