-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Apply python package "black" to tsfresh repo #871
Conversation
Codecov Report
@@ Coverage Diff @@
## main #871 +/- ##
=======================================
Coverage 95.34% 95.34%
=======================================
Files 18 18
Lines 1867 1867
Branches 368 368
=======================================
Hits 1780 1780
Misses 47 47
Partials 40 40
Continue to review full report at Codecov.
|
Hi @MaxBenChrist and @nils-braun , did you already take a look at this? |
Hi @mendel5! Thanks for the PR, the nice image (I like!) and for the second ping. Your changes do look good, but interfere a bit with the pycodestyle we already have. That is not a big issue and I will try to incorporate "black" into the automatic style checking next. This PR is ready for merging! |
Thanks!
Is this the same thing you mentioned here before? See:
How can I help with this? Please tell me! |
Sorry, I was too quick :-( Please see the referenced PR. |
No worries, it's okay.
I will close the original issue at #820 now. If you need anything else from me, please let me know. |
Related to
I applied the python package black to the tsfresh repository.
This is the output from my terminal:
Please review and also have a look at this image.