-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Unnatural break due to overzealous omitting of optional parentheses #236
Labels
F: linebreak
How should we split up lines?
F: parentheses
Too many parentheses, not enough parentheses, and so on.
T: bug
Something isn't working
Comments
Better example without comments:
|
ambv
changed the title
Extra break on indexing due to inline comment
Unnatural break due to overzealous omitting of optional parentheses
May 21, 2018
JelleZijlstra
added
the
F: parentheses
Too many parentheses, not enough parentheses, and so on.
label
May 30, 2021
This was referenced Jun 16, 2021
This was referenced Jan 29, 2022
Closed
this is still a problem with v22.3 actual: self.file_name = inbound_path.split("/")[-1].split(".")[
0
] # extract file name from path expected: self.file_name = inbound_path.split("/")[-1].split(".")[0] # extract file name from path or self.file_name = inbound_path.split("/")[-1].split(".")[0]
# extract file name from path |
why has this not been resolved yet? |
This was referenced Dec 19, 2022
2018 created |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
F: linebreak
How should we split up lines?
F: parentheses
Too many parentheses, not enough parentheses, and so on.
T: bug
Something isn't working
Expected:
Actual:
The text was updated successfully, but these errors were encountered: