From 48bb258cde29154f1a4f461e745632a87710aba5 Mon Sep 17 00:00:00 2001 From: Axel Suarez Date: Fri, 27 Sep 2019 16:16:01 -0700 Subject: [PATCH] Updating pylint rules to comply to latest version --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 33c21d7de..40a38eff1 100644 --- a/.pylintrc +++ b/.pylintrc @@ -7,7 +7,7 @@ extension-pkg-whitelist= # Add files or directories to the blacklist. They should be base names, not # paths. -ignore=CVS,build,botbuilder-schema,samples,django_tests,Generator +ignore=CVS,build,botbuilder-schema,samples,django_tests,Generator,operations,operations_async # Add files or directories matching the regex patterns to the blacklist. The # regex matches against base names, not paths.