-
Notifications
You must be signed in to change notification settings - Fork 29
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
Upgrade black to 21.7b0 #116
Conversation
@bricoletc any idea why changing the |
Upgrade to the latest release of black.
@mbhall88 seems like it was an issue with the dev dependencies. By only upgrading |
If do a full update, I get:
Seems like the |
The one non-grammar test seems to fail because of the Not quite sure why updating |
@mbhall88 Just wanted to follow up and see what I could do to unblock this? |
Waiting on input from @bricoletc |
Codecov Report
@@ Coverage Diff @@
## master #116 +/- ##
=======================================
Coverage 98.21% 98.21%
=======================================
Files 12 12
Lines 951 951
Branches 174 174
=======================================
Hits 934 934
Misses 10 10
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more. |
Looks good to me, though now this would make us require python 3.6.2 not 3.6.1 @mbhall88. I guess I'm ok with that though snakemake supports 3.5+ @jalaziz seems like for the super-linter issue, where black version was being pinned by snakefmt, is solved? So do you still need this black version update? Anyway, I'm happy doing this update as it doesn't break anything |
@bricoletc Unfortunately the super-linter fix didn't actually work and had to be reverted. |
Upgrade to the latest release of
black
.This allows downstream projects like Github's super-linter to upgrade
black
as well.I am seeing some test failures, but haven't been able to pin down what about the
black
upgrade is causing the breakage.