Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Cranky pep8#2930

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
pelson merged 2 commits intomatplotlib:masterfromtacaswell:cranky_pep8
Mar 27, 2014
Merged

Cranky pep8#2930

pelson merged 2 commits intomatplotlib:masterfromtacaswell:cranky_pep8
Mar 27, 2014

Conversation

tacaswell
Copy link
Member

fixed E713 and E714 because they seem legit.

Everything else was either picking exclusively (until I gave up) on comments or was complaining about

Squelched error codereasoning
E256entirely formatting on comments, flags on#### stuff
E111, E112, E113flags entirely on comments, mostly ones that had to get wrapped due to line length issues
E129issues with continued lines hitting the next true indent, could be sold on really fixing these
E131issues with indentation of continuation lines not being just right. I think there are common situations where it is in fact impossible to satisfy both E129 and E131

E11{1,2,3} is catching things like

some_code() # this is a long comment            # explaining the code that got            # wrapped like this due to line            # length issues

And I think that

if (food and     bar):    some_stuff()

can not satisfy both E129 and E131

The new ignore tests (E111, E112, E113, E265) are just picking upstyle infractions on the comments.
@tacaswelltacaswell mentioned this pull requestMar 27, 2014
@tacaswell
Copy link
MemberAuthor

And now it looks like rabbitmq.com which the travis vm talks to while runningapt-get update is down which is why everything is erroring out in < 1min.

@tacaswelltacaswell added this to thev1.4.0 milestoneMar 27, 2014
pelson added a commit that referenced this pull requestMar 27, 2014
@pelsonpelson merged commit7d6d594 intomatplotlib:masterMar 27, 2014
@tacaswelltacaswell deleted the cranky_pep8 branchMarch 27, 2014 18:31
@tacaswelltacaswell mentioned this pull requestSep 1, 2014
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
v1.4.0
Development

Successfully merging this pull request may close these issues.

2 participants
@tacaswell@pelson

[8]ページ先頭

©2009-2025 Movatter.jp