예제 #1
0
def lint():
    # This refuses to format properly when running `paver help' unless
    # this ugliness is used.
    (
        "Perform PEP8 style check, run PyFlakes, and run McCabe complexity "
        "metrics on the code."
    )
    raise SystemExit(_lint())
def lint():
    # This refuses to format properly when running `paver help' unless
    # this ugliness is used.
    ('Perform PEP8 style check, run PyFlakes, and run McCabe complexity '
     'metrics on the code.')
    raise SystemExit(_lint())
예제 #3
0
def lint():
    """Perform PEP8 style check, run PyFlakes, and run McCabe complexity metrics on the code."""
    raise SystemExit(_lint())
예제 #4
0
def lint():
    """Perform PEP8 style check, run PyFlakes, and run McCabe complexity metrics on the code."""
    raise SystemExit(_lint())