From 21323f36fcff51831e125415866476a44c7084cf Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Tue, 9 Mar 2021 16:18:23 +0000 Subject: [PATCH] Bug 1409733 - [taskcluster] Exclude taskcluster/mach_commands.py from the py2 linter, r=taskgraph-reviewers,bhearsum Differential Revision: https://phabricator.services.mozilla.com/D107271 --- tools/lint/py2.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/lint/py2.yml b/tools/lint/py2.yml index 2751ee446f72..8b9fd8b48454 100644 --- a/tools/lint/py2.yml +++ b/tools/lint/py2.yml @@ -43,6 +43,7 @@ py2: - python/mozlint - python/mozperftest - python/mozrelease/mozrelease/partner_repack.py + - taskcluster/mach_commands.py - taskcluster/taskgraph/actions/isolate_test.py - taskcluster/test - testing/performance