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

Fix black format changes #337

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

giffels
Copy link
Member

@giffels giffels commented Feb 5, 2024

Black has changed its mind about some of the formating. This pull requests adapts to its changes.

@giffels giffels requested review from a team, eileen-kuehn and mschnepf and removed request for a team February 5, 2024 08:18
@@ -20,8 +20,7 @@
:py:class:`Exception` means that all tasks failed with that :py:class:`Exception`.
"""

async def __call__(self, *__tasks: T) -> Optional[Iterable[R]]:
...
async def __call__(self, *__tasks: T) -> Optional[Iterable[R]]: ... # noqa E704

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
Copy link
Member

@eileen-kuehn eileen-kuehn left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

Copy link
Member

@maxfischer2781 maxfischer2781 left a comment

Choose a reason for hiding this comment

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

Black is the new Orange!

@giffels giffels added this pull request to the merge queue Feb 7, 2024
Merged via the queue into MatterMiners:master with commit 43c9111 Feb 7, 2024
16 checks passed
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.

3 participants