-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Pep8ify examples #3425
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
Merged
Merged
Pep8ify examples #3425
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
99d3477
pep8ify: examples/animation
twmr 1c37e78
pep8ify: examples/api
twmr d0d9632
pep8ify: examples/axes_grid
twmr 75b465c
add parens for the sake of clarity
twmr 9c2724c
fix awkward line break induced by autopep8
twmr 64dfd4a
minor cleanup in collections_demo.py
twmr 1d8d5c5
fix some pep8 issues overseen by autopep8
twmr 4a0f5f4
test the pep8 conformance of the mpl examples
twmr 1171a96
fix some pep8 issues overseen by autopep8
twmr dbd543e
pep8: there are no exp. bad files for the examples
twmr ccb8efe
fix too many blank lines
twmr d65f921
refactor pep8 conformance test
twmr 9debab4
probably this is some kind of docstring for class attrs
twmr 6636c30
remove empty lines after class decl
twmr 47fbcd5
comments containing code may not start with a space after the pound
twmr 706f57d
fixed spaces around comments
twmr 9bcd5d3
simplify code: use ``endpoint`` kwargs
twmr f71c40d
newline fix
twmr a1cda13
fix spaces around = in kwargs
twmr 23413a8
typo
twmr 43c4c50
spaces
twmr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
pep8ify: examples/axes_grid
Signed-off-by: Thomas Hisch <t.hisch@gmail.com>
- Loading branch information
commit d0d9632a31ea29e6d64bf15514134e8f15d30cc5
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 guess the autopep8 tool got fatigued and gave up removing the spaces for these kwargs...
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 can't reproduce it. Probably I messed it up.
edit: looked into the wrong line. It is indeed a problem of autopep8 - created hhatto/autopep8#158