-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standardize code style using Black #1301
Conversation
f9920c4
to
89a7a5c
Compare
89a7a5c
to
38a701f
Compare
Codecov Report
@@ Coverage Diff @@
## master #1301 +/- ##
==========================================
- Coverage 95.06% 95.04% -0.03%
==========================================
Files 34 34
Lines 7233 7238 +5
==========================================
+ Hits 6876 6879 +3
- Misses 357 359 +2
Continue to review full report at Codecov.
|
Co-authored-by: Deepyaman Datta <[email protected]>
c31f5ef
to
27cd200
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I manually pushed to keep the co-author - 30b3334 Let's see if it's really useful ... |
nice! |
This PR proposes to add Black into Koalas.
dev/linter-python
detects if codes are formatted or not by Blackdev/reformat
script that reformats the codes by using black.E231
andE203
at pycodestyle. See also Provide lists of lint / pycodestyle rules that Black makes obsolete psf/black#429 and Black incorrectly preserves trailing comma on one-line collection literals and function declarations psf/black#1202. Black automatically formats and violates several rules.Resolve #755