コード例 #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())
コード例 #2
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())
コード例 #3
0
def lint():
    """Perform PEP8 style check, run PyFlakes, and run McCabe complexity metrics on the code."""
    raise SystemExit(_lint())
コード例 #4
0
ファイル: pavement.py プロジェクト: chrisberkhout/piecash
def lint():
    """Perform PEP8 style check, run PyFlakes, and run McCabe complexity metrics on the code."""
    raise SystemExit(_lint())