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
Black c47255
Playground link
--line-length=88 --safe
--line-length=88
--safe
x = [ t for t in y if t not in { LongNameOne, LongNameTwo, LongNameThree, } ]
By moving the not in onto its own line it separates the variable from the expression it's a part of, breaking visual parsing.
not in
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Black c47255
Playground link
Options
--line-length=88
--safe
Input
Output
Expected
By moving the
not in
onto its own line it separates the variable from the expression it's a part of, breaking visual parsing.The text was updated successfully, but these errors were encountered: