-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Fix unblock comments #5017
PR: Fix unblock comments #5017
Conversation
Hello @timhoffm! Thanks for updating the PR.
Comment last updated on August 29, 2017 at 18:44 Hours UTC |
The pep8 checker above moans about the line length. I would be reluctant to wrap in the above case. Do you have a policy for the line length? I've noticed that most code sticks to ~80 chars, but there are some exceptions. While we're at it, do you have a documented code style? I've not found anything on this. |
@ccordoba12 I've tested it locally and this is working as expected. Maybe this should be rebased to the 3.x branch since this is a bug fix? Maybe a test should also be added to test this feature? |
Yes, I think so too. @timhoffm, please follow these instructions to perform the rebase: https://github.com/spyder-ide/spyder/blob/master/CONTRIBUTING.md#changing-base-branch Also, please fix the style issues reported by Pep8speaks. |
@ccordoba12, I've fixed the pep8. Any idea why AppVeyor sometimes hangs at the test |
@timhoffm, the failure was unrelated to your work. Thanks a lot for your contribution! |
Fixes #4313.