We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the style change
Examples in the current Black style
init >> prepare[0], prepare[ -1 ] >> approve >> fork >> branch_start, branch_end >> join >> done
Desired style
init >> prepare[0], prepare[-1] >> approve >> fork >> branch_start, branch_end >> join >> done
Additional context Actually I've no idea why prepare[-1] was formatted and prepare[0] not. Is there an option to avoid this kind of formatting?
prepare[-1]
prepare[0]
The text was updated successfully, but these errors were encountered:
Related to #2920 and all the issues linked from there.
Sorry, something went wrong.
No branches or pull requests
Describe the style change
Examples in the current Black style
Desired style
Additional context
Actually I've no idea why
prepare[-1]
was formatted andprepare[0]
not. Is there an option to avoid this kind of formatting?The text was updated successfully, but these errors were encountered: