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

autopep8.py: Add ability to specify a column range #452

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CLiu13
Copy link

@CLiu13 CLiu13 commented Nov 4, 2018

This adds the ability to specify a column range
on which to perform fixes. Although multiline
column range fixing is supported, it is not
recommended, since changing columns may result in
differing numbers of columns among lines - which
would make it impossible to automatically adjust
the column range after performing changes.

Closes #227

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 98.555% when pulling 003f3e1 on CLiu13:column-range into 65359bc on hhatto:master.

4 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 98.555% when pulling 003f3e1 on CLiu13:column-range into 65359bc on hhatto:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 98.555% when pulling 003f3e1 on CLiu13:column-range into 65359bc on hhatto:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 98.555% when pulling 003f3e1 on CLiu13:column-range into 65359bc on hhatto:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 98.555% when pulling 003f3e1 on CLiu13:column-range into 65359bc on hhatto:master.

@coveralls
Copy link

coveralls commented Nov 4, 2018

Coverage Status

Coverage increased (+0.01%) to 98.597% when pulling a2b4266 on CLiu13:column-range into 65359bc on hhatto:master.

This adds the ability to specify a column range
on which to perform fixes. Although multiline
column range fixing is supported, it is not
recommended, since changing columns may result in
differing numbers of columns among lines - which
would make it impossible to automatically adjust
the column range after performing changes.

Closes hhatto#227
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.

Create diff for a specific pep8 issue
3 participants