blob: 5336bd3e87ac113c21cfceacdcd08950b815674d [file] [log] [blame]
[Hook Scripts]
hook0 = bin/run_lint ${PRESUBMIT_FILES}
hook1 = bin/run_yapf ci_results_archiver
hook2 = bin/run_tests
[Hook Overrides]
long_line_check: true
[Hook Overrides Options]
# Long lines are checked by pylint. Built-in long_line_check is too naive and
# ignorant of Google Python coding style exceptions.
long_line_check: --exclude_regex=\.py$