-
Notifications
You must be signed in to change notification settings - Fork 53
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
Blacken #247
Conversation
- update CHANGES - update documentation and README (with badge)
Codecov Report
@@ Coverage Diff @@
## main #247 +/- ##
=======================================
Coverage 66.49% 66.49%
=======================================
Files 23 23
Lines 4325 4355 +30
Branches 739 757 +18
=======================================
+ Hits 2876 2896 +20
- Misses 1256 1261 +5
- Partials 193 198 +5
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
The blackening broke something (the current main branch does not show this error):
|
macOS mamba seems currently broken (see #253 ) and I made it non-mandatory status check. |
Mamba is fixed. |
black only supports Python 3.x and removed unicode strings: this commit puts these essential string prefixes back (otherwise Python 2.7 tests will not pass)
black removed Python 2.7 essential unicode string prefixes in the tests. |
- ignore files with specific Python 2.7 code to protect it from black - ignore the black commit for git blame
fix #246