Skip to content
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

PEP8 lib/matplotlib/patches.py #1167

Merged
merged 1 commit into from
Sep 7, 2012
Merged

PEP8 lib/matplotlib/patches.py #1167

merged 1 commit into from
Sep 7, 2012

Conversation

NelleV
Copy link
Member

@NelleV NelleV commented Aug 29, 2012

This is a new pull request on the pep8 compliance of patches.py, as asked by @pelson

docstring.interpd.update(
AvailableArrowstyles = _pprint_styles(ArrowStyle._style_list),
AvailableConnectorstyles = _pprint_styles(ConnectionStyle._style_list),
AvailableArrowstyles=_pprint_styles(ArrowStyle._style_list),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this a regression?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scrap that. They are kwargs.

@pelson
Copy link
Member

pelson commented Aug 30, 2012

+1.

Reading this PR took some stamina, so implementing it must have been even harder. What tools did you use to help you with this (or was it just hard graft)?

@NelleV
Copy link
Member Author

NelleV commented Aug 30, 2012

I have flake8 running automatically in vim when I save a file. It helps me spot pep8 errors (I contribute to projects where patches need to be pep8 in order to be integrated) and runspyflake in addition; I have not yet worked on the pyflake warning, and I may have found a place or two which have bugs in them.

@travisbot
Copy link

This pull request fails (merged 14373e0 into a7aaa83).

mdboom added a commit that referenced this pull request Sep 7, 2012
PEP8 lib/matplotlib/patches.py
@mdboom mdboom merged commit 3610128 into matplotlib:master Sep 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants