Fix formatting errors in hostingsvcs module according to PEP8
Review Request #6634 — Created Nov. 23, 2014 and submitted
Information | |
---|---|
justy777 | |
Review Board | |
master | |
44bd8d6... | |
Reviewers | |
reviewboard, students | |
Fixed the following format errors:
hostingsvcs/codebasehq.py:73:9: E265 block comment should start with '# '
hostingsvcs/codebasehq.py:77:9: E265 block comment should start with '# '
hostingsvcs/codebasehq.py:83:9: E265 block comment should start with '# '
hostingsvcs/codebasehq.py:89:9: E265 block comment should start with '# '
hostingsvcs/github.py:280:5: E303 too many blank lines (2)
hostingsvcs/github.py:1080:80: E501 line too long (80 > 79 characters)
hostingsvcs/gitlab.py:129:30: E203 whitespace before ':'
hostingsvcs/gitlab.py:398:1: W391 blank line at end of file
hostingsvcs/tests.py:1393:80: E501 line too long (99 > 79 characters)
hostingsvcs/tests.py:1423:80: E501 line too long (99 > 79 characters)
Ran unit tests for hostingsvcs module, and ran pep8 again.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+11 -13) |

-
Tool: Pyflakes Processed Files: reviewboard/hostingsvcs/codebasehq.py reviewboard/hostingsvcs/github.py reviewboard/hostingsvcs/gitlab.py reviewboard/hostingsvcs/tests.py Tool: PEP8 Style Checker Processed Files: reviewboard/hostingsvcs/codebasehq.py reviewboard/hostingsvcs/github.py reviewboard/hostingsvcs/gitlab.py reviewboard/hostingsvcs/tests.py
-
-
reviewboard/hostingsvcs/tests.py (Diff revision 2) Maybe just change the whole line, since it's a test diff. "Add a rule for clearing floats," maybe.
Same below.
-
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+11 -13) |

-
Tool: Pyflakes Processed Files: reviewboard/hostingsvcs/codebasehq.py reviewboard/hostingsvcs/github.py reviewboard/hostingsvcs/gitlab.py reviewboard/hostingsvcs/tests.py Tool: PEP8 Style Checker Processed Files: reviewboard/hostingsvcs/codebasehq.py reviewboard/hostingsvcs/github.py reviewboard/hostingsvcs/gitlab.py reviewboard/hostingsvcs/tests.py