-
Notifications
You must be signed in to change notification settings - Fork 93
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
Closes #2768: Verify that all test files pass flake8 #2769
Conversation
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.
I am seeing some flake8
errors not addressed here. I'm guessing that I have a later version of flake8
eadbc47
to
ed01c94
Compare
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.
I noticed that isort suggests changes on a handful of files. Is that worth fixing here or should it be another ticket?
This PR (Close #2768) goes back through all the newly converted tests and ensuring that flake8 passes, mostly fixing comments. Also removing a few old extraneous returns.