-
Notifications
You must be signed in to change notification settings - Fork 51
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
Format code with black #859
base: master
Are you sure you want to change the base?
Conversation
Looks like black messes with the
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #859 +/- ##
==========================================
- Coverage 92.79% 92.73% -0.07%
==========================================
Files 47 47
Lines 8468 8504 +36
Branches 1550 1557 +7
==========================================
+ Hits 7858 7886 +28
- Misses 350 355 +5
- Partials 260 263 +3 ☔ View full report in Codecov by Sentry. |
According to pydoctor_primer, this change doesn't affect pydoctor warnings on a corpus of open source code. ✅ |
Fixes #855