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())
def lint(): """Perform PEP8 style check, run PyFlakes, and run McCabe complexity metrics on the code.""" raise SystemExit(_lint())