Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
STY: Fix underindented continuation lines.#16279
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
# need to change the orientation. | ||
self._locstrings = self._locstrings[::-1] | ||
elif align != self._locstrings[0]: | ||
raise ValueError('"{}" is not a valid axis orientation, ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
the logic here was incorrect (we already checked thatalign in self._locstrings
).
dfee54c
to4f5cfdb
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
14bc3ee
toab61a38
CompareUh oh!
There was an error while loading.Please reload this page.
rebased |
I don't agree with *all* indent choices of pycodestyle but these lookmostly like improvements.
Uh oh!
There was an error while loading.Please reload this page.
I don't agree withall indent choices of pycodestyle but these look
mostly like improvements.
Not doing the corresponding fix for overindented lines because I thinkPyCQA/pycodestyle#569 needs to be fixed first.
PR Summary
PR Checklist