Fix formatting errors in hostingsvcs module according to PEP8

Review Request #6634 — Created Nov. 23, 2014 and submitted

Information

Review Board
master
44bd8d6...

Reviewers

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.

Description From Last Updated

Maybe just change the whole line, since it's a test diff. "Add a rule for clearing floats," maybe. Same below.

chipx86chipx86

Same.

chipx86chipx86
reviewbot
  1. 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
    
    
  2. 
      
justy777
reviewbot
  1. 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
    
    
  2. 
      
chipx86
  1. 
      
  2. 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.

  3. reviewboard/hostingsvcs/tests.py (Diff revision 2)
     
     
  4. 
      
justy777
reviewbot
  1. 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
    
    
  2. 
      
chipx86
  1. Ship It!
  2. 
      
justy777
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (a62bab7)
Loading...