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

--max-line-length can't work? #331

Closed
tsaizehua opened this issue Jun 21, 2017 · 1 comment
Closed

--max-line-length can't work? #331

tsaizehua opened this issue Jun 21, 2017 · 1 comment
Assignees

Comments

@tsaizehua
Copy link

Hello, after "autopep8 --in-place --aggressive --aggressive --max-line-length=100", everything is nice but the line is still over 100 characters (Even exclude the space indent, #253).

before:

    if (arg_hour_beg <= action_time <= arg_hour_end) or (event_day == arg_date_target and (2015080500 <= action_time <= arg_hour_2daysago)):

after:

    if (arg_hour_beg <= action_time <= arg_hour_end) or (event_day ==
                                                         arg_date_target and (2015080500 <= action_time <= arg_hour_2daysago)):

or nothing change:

print "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s" % ("TAG_101", platform, version, action_id, '/', '/', '/', str_val, use_times, uid)

thank you :)

@hhatto
Copy link
Owner

hhatto commented Oct 25, 2017

@tsaizehua
Thanks for reporting.

fixed by #355, closing. Feel free to reopen if needed.

@hhatto hhatto closed this as completed Oct 25, 2017
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

No branches or pull requests

2 participants