aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/presubmit.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/presubmit.py')
-rwxr-xr-xinfra/presubmit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/presubmit.py b/infra/presubmit.py
index a84db3b4..0cf0d73f 100755
--- a/infra/presubmit.py
+++ b/infra/presubmit.py
@@ -292,7 +292,7 @@ def is_nonfuzzer_python(path):
return os.path.splitext(path)[1] == '.py' and '/projects/' not in path
-def lint():
+def lint(_=None):
"""Run python's linter on infra. Return False if it fails linting."""
command = ['python3', '-m', 'pylint', '-j', '0', 'infra']