-
Notifications
You must be signed in to change notification settings - Fork 597
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
Re-formatting all files using pre-commit hook #1963
Re-formatting all files using pre-commit hook #1963
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1963 +/- ##
==========================================
- Coverage 87.67% 86.14% -1.54%
==========================================
Files 93 93
Lines 17088 17088
Branches 2159 2159
==========================================
- Hits 14982 14720 -262
- Misses 1690 1963 +273
+ Partials 416 405 -11
|
f968d8c
to
9d1defb
Compare
You probably want to rebase on top of master, and that will turn off the codecov plugin. |
@toryhaavik actually I already rebased it. but it seems github didn't understand this change. |
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, thanks for doing this! Let's keep everything nicely formatted going forward!
waiting for PyCQA/isort#1000 Author: Ivan Ogasawara <ivan.ogasawara@gmail.com> Closes ibis-project#1963 from xmnlab/black-files-formatting and squashes the following commits: 9d1defb [Ivan Ogasawara] Re-formatting all files using pre-commit hook
waiting for PyCQA/isort#1000