Black: An uncompromising Python code formatter
1–10 of 262 posts
Re: Black: An uncompromising Python code formatter
#2Re: Black: An uncompromising Python code formatter
#3I may be in a minority, but I do not want to cede control over minutiae of hand-formatting. Am I the only person that feels this way?
Re: Black: An uncompromising Python code formatter
#4Maybe I missed it, but I don't see a comparison with PyCharm's built-in code formatter. Why would I integrate this code-formatter, "black", into PyCharm when PyCharm already does this for me and the whole team?
Re: Black: An uncompromising Python code formatter
#5> By using it, you agree to cede control over minutiae of hand-formatting. I may be in a minority, but I do not want to cede control over minutiae of hand-formatting. Am I the only person that feels this way?
Re: Black: An uncompromising Python code formatter
#6[1] https://prettier.io/ [2] https://github.com/facebook/hhvm/blob/master/hphp/hack/src/h...
Re: Black: An uncompromising Python code formatter
#7> By using it, you agree to cede control over minutiae of hand-formatting. I may be in a minority, but I do not want to cede control over minutiae of hand-formatting. Am I the only person that feels this way?
Re: Black: An uncompromising Python code formatter
#8> By using it, you agree to cede control over minutiae of hand-formatting. I may be in a minority, but I do not want to cede control over minutiae of hand-formatting. Am I the only person that feels this way?
The idea is to toss aside control over nitpicky formatting _configuration_ options in favor of not worrying about formatting configuration and just going with someone else's opinion of what the configuration should be instead.
Re: Black: An uncompromising Python code formatter
#9Maybe I missed it, but I don't see a comparison with PyCharm's built-in code formatter. Why would I integrate this code-formatter, "black", into PyCharm when PyCharm already does this for me and the whole team?