Skip to content

Pep8 linting #204

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 5 commits into from
Nov 17, 2014
Merged

Pep8 linting #204

merged 5 commits into from
Nov 17, 2014

Conversation

hashar
Copy link
Contributor

@hashar hashar commented Nov 16, 2014

Passes of pep8 on the whole repository to fix up whitespaces.

No code change hopefully, I carefully reviewed the changes.

W191 indentation contains tabs
E221 multiple spaces before operator
E222 multiple spaces after operator
E225 missing whitespace around operator
E271 multiple spaces after keyword
W292 no newline at end of file
W293 blank line contains whitespace
W391 blank line at end of file
E301 expected 1 blank line, found 0
E302 expected 2 blank lines, found 1
E303 too many blank lines (n)
E201 whitespace after '('
E202 whitespace before ')'
E203 whitespace before ':'
E225 missing whitespace around operator
E226 missing whitespace around arithmetic operator
E227 missing whitespace around bitwise or shift operator
E228 missing whitespace around modulo operator
E231 missing whitespace after ','
E241 multiple spaces after ','
E251 unexpected spaces around keyword / parameter equals
E261 at least two spaces before inline comment
W291 trailing whitespace
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) when pulling c8e7074 on hashar:pep8-linting into 7aba59a on gitpython-developers:0.3.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) when pulling c8e7074 on hashar:pep8-linting into 7aba59a on gitpython-developers:0.3.

@Byron Byron added this to the v0.3.3 milestone Nov 17, 2014
Byron added a commit that referenced this pull request Nov 17, 2014
@Byron Byron merged commit e4d8fb7 into gitpython-developers:0.3 Nov 17, 2014
@Byron
Copy link
Member

Byron commented Nov 17, 2014

Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants