diff --git a/PRESUBMIT.py b/PRESUBMIT.py index fb70d92047..ba84e744d2 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -134,7 +134,7 @@ def _CommonChecks(input_api, output_api): # TODO(phoglund): should arguably be checked. r'^webrtc/build/.*\.py$', r'^build/.*\.py$', - r'^out/.*\.py$',), + r'^out.*/.*\.py$',), disabled_warnings=['F0401', # Failed to import x 'E0611', # No package y in x 'W0232', # Class has no __init__ method