diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py index 9dc48e2fd2..d854ce88a8 100644 --- a/presubmit_canned_checks.py +++ b/presubmit_canned_checks.py @@ -1003,7 +1003,7 @@ def GetPylint(input_api, disabled_warnings=None, extra_paths_list=None, pylintrc=None, - version='1.5'): + version='2.7'): """Run pylint on python files. The default files_to_check enforces looking only at *.py files.