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

Update pre-commit hook versions #60

Merged
merged 1 commit into from Feb 24, 2021
Merged

Conversation

xhochy
Copy link
Member

@xhochy xhochy commented Feb 23, 2021

Checklist

  • Added a CHANGELOG.rst entry

@@ -98,7 +98,8 @@ def _to_standardized_mat(mat):

times = pd.DataFrame(
index=pd.MultiIndex.from_product(
[ops_to_run, matrices.keys()], names=["operation", "storage"],
[ops_to_run, matrices.keys()],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh... did this happen because the most recent black version re-implemented support for "magic trailing commas" as an indicator that the arguments should each be on different lines?

I don't think we meant to have those trailing commas there in the first place -- I would prefer no trailing comma and arguments on one line -- but this is totally fine too. I'm happy to defer such responsibilities to the wisdom of black :)

Copy link
Contributor

@ElizabethSantorellaQC ElizabethSantorellaQC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@xhochy xhochy merged commit 1d035a7 into master Feb 24, 2021
@xhochy xhochy deleted the update-pre-commit-hooks-2020-02 branch February 24, 2021 18:46
tbenthompson pushed a commit that referenced this pull request Oct 8, 2021
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.

None yet

2 participants