Skip to content
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

Pin version of black and reformat files to match #792

Merged
merged 3 commits into from
Feb 6, 2022
Merged

Conversation

michaeljones
Copy link
Collaborator

Hopefully this'll resolve the issue you were seeing @vermeeren. I'm sorry for adding an unpinned version to begin with.

We want to check the formatting but we don't want it to randomly fail CI
if black has released a new version that makes different choices.

Though it has recently be declared stable so I think there is less of a
chance of that.
It seems to be mostly removing u's from string. Possibly due to Python
2.7 being long dead and it doing nothing much in Python 3 (as far as I
understand.)
Hopefully we shouldn't have that issue again. If we do it will represent
a meaningful failure.

I'm happy to roll this back if we're concerned it'll get in the way.
@michaeljones
Copy link
Collaborator Author

Seems to be failing on Python 3.6 (I assume it is that 3.6) so I've made #796 to remove it from the matrix as Python 3.6 has been end-of-lifed.

@michaeljones
Copy link
Collaborator Author

It wasn't Python 3.6 it was the reference to Sphinx 4.3.x but we've rebased so that is no longer an issue.

@michaeljones michaeljones merged commit 4f502ea into master Feb 6, 2022
@vermeeren vermeeren deleted the black branch February 13, 2022 23:19
@vermeeren
Copy link
Collaborator

@michaeljones Thanks again for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants