Apply black
See original GitHub issueI propose the introduction of black code formatter in order to create an environment that is easy to deal with other problems.
For example, in the following, ”
and ’
of (A) will be unified.
(A)
if y_type not in ["binary", "multiclass", 'multilabel-indicator']:
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
black · PyPI
Black is the uncompromising Python code formatter. ... Applying those defaults will have your code in compliance with many other Black formatted projects....
Read more >commonblackcollegeapp: HOME
APPLY TO ANY NUMBER OF THE 67 HBCUs BELOW FOR ONLY $20. ... Race on Campus: How the Common Black College Application Helped...
Read more >What to Know About The Common Black College Application
Want to apply to Historically Black Universities (HBCUs) while cutting down on application costs? Use the Common Black College Application!
Read more >Apply - Black Hawk College - Quad Cities and East Campus
Free Application Week! April 24 - May 1. Use Code: FREEAPP23. New students applying to Black Hawk College should select the AAS/General Occupational...
Read more >What Is the Common Black College Application? - BestColleges
The Common Black College Application makes it easy and more affordable to apply to HBCUs. Learn all about the Common Black College App....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Since Black won’t change the API and just enhances the coding format, I will prefer adopting it after v0.1.
Hi @daikikatsuragawa,
Thanks for the follow-up! I think in ~2 weeks we should be in a good spot for the PR. v0.2 release is planned in ~1-2 weeks, so we will try to get that released and then directly follow-up with the
apply black
PR. I might also try to apply black to a few of the submodules individually before then to minimize the blast radius. The tricky part is we have collaborators / devs working on each of the submodules at the same time, so per-module refactors will likely be less disruptive.