-
Notifications
You must be signed in to change notification settings - Fork 533
FIX: PEP8 correction for all error E100-E399 #1255
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
Conversation
I'm not sure how to tackle the circleci and travis test fails. Are there any problems with my commits? And what can I do to facilitate the merging? |
Ah, I see. Thanks @chrisfilo. I think this is because it compares it to the auto generated code from nipype/utils/nipype_cmd.py. Should I know change my code or the file I'm still struggling with github modifications. How can I easly change a file in a specific commit? |
I would just revert the problematic lines of the test code in a new commit.
|
I'd propose to add your script to the make target |
@oesteban - i think this PR is being done on top of the merged py3 refactor. |
Yes, the PR is on top of the merged py3 refactor. I've tried to be as fast as possible with the PEP8 corrections to make sure that it doesn't interfere with to many other PR. @oesteban, I'm not sure if it's the best idea to put the |
I'm happy merging it the way it is (also worried we will have to wait a long time for everyone to rebase their PRs). |
What would be the best way to tackle the remaining PEP issues? Having many small PRs or one big one containing all remaining corrections? |
Have we decided to merge this? I think now would be better than later. As many files will begin conflicting. |
FIX: PEP8 correction for all error E100-E399
merging this. we will open a separate PR for the remaining PEP8s. |
…tions were caused by changes in tools/checkspecs.py from the previous PR nipy#1255
This PR covers part of the PEP8 violations mentioned in #597. Almost all of them were done with autopep8, by using the following code:
I've only adjusted a few spaces and indentations, where autopep8 couldn't solve the problem. And any files with "test_auto" were ignored during the correction.