From 951f2e31571e9b2092505e8576078f7996c2357b Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Wed, 1 Apr 2020 10:00:45 -0700 Subject: [PATCH] Flake8: ignore source/comInterfaces directory. Re #10924. Ignore files located in source/comInterfaces directory when linting, as files in there come from third-party generated modules. This affects UI Automation COM interface as new interfaces are added. --- tests/lint/flake8.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lint/flake8.ini b/tests/lint/flake8.ini index 4cd20b699c0..496eeecfcb8 100644 --- a/tests/lint/flake8.ini +++ b/tests/lint/flake8.ini @@ -44,3 +44,4 @@ exclude = # don't bother looking in the following subdirectories / files. include/*, miscDeps, source/louis, + source/comInterfaces/*, # #10924: generated by third-party dependencies