-
Notifications
You must be signed in to change notification settings - Fork 356
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
STYLE: Apply black formatting #428
Conversation
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.
Well, if we're gonna do it might as well do it right
Codecov Report
@@ Coverage Diff @@
## master #428 +/- ##
==========================================
+ Coverage 88.7% 88.73% +0.02%
==========================================
Files 29 29
Lines 3372 3372
==========================================
+ Hits 2991 2992 +1
+ Misses 381 380 -1
Continue to review full report at Codecov.
|
* update README.rst with black badge * update CONTRIBUTING.rst * add pre-commit hook * add black requirement
# Conflicts: # scvi/inference/annotation.py # scvi/inference/inference.py # scvi/inference/trainer.py
* add a fixed version for black * reformat CONTRIBUTING.rst
Justified by psf/black#134