-
Notifications
You must be signed in to change notification settings - Fork 387
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
chore(core): Introduce black code formatter #673
Conversation
Codecov ReportBase: 94.39% // Head: 94.40% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #673 +/- ##
==========================================
+ Coverage 94.39% 94.40% +0.01%
==========================================
Files 57 57
Lines 8399 8399
==========================================
+ Hits 7928 7929 +1
+ Misses 471 470 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
fade0f4
to
5f3b801
Compare
@StephenSorriaux rebased and ready for review |
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.
Thank you!
Use black to format the code
Why is this needed?
Remove friction during development caused by styling differences.
Minimize diffs.
Proposed Changes
Does this PR introduce any breaking change?
No