Fix formatting errors in hostingsvcs module according to PEP8
Review Request #6634 — Created Nov. 23, 2014 and submitted
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:
-
662d1e491d0e1fa5fefd643914b6dcdeb6404c000279835cbf4b8aa1ee36c819b45c66fdf0ec720e
-
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
- Commit:
-
0279835cbf4b8aa1ee36c819b45c66fdf0ec720e44bd8d68060331d3a9177e455744bdb47862a282
-
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
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