diff --git a/.flake8 b/.flake8 index d6ba582526..4be1b3b464 100644 --- a/.flake8 +++ b/.flake8 @@ -27,3 +27,4 @@ exclude = */grammar/ vendored_sdks tests + */command_modules/*/aaz diff --git a/pylintrc b/pylintrc index 016323c01b..8f9c71bb93 100644 --- a/pylintrc +++ b/pylintrc @@ -1,6 +1,7 @@ [MASTER] ignore=tests,generated,vendored_sdks,privates ignore-patterns=test.*,azure_devops_build.* +ignore-paths=.*/command_modules/.*/aaz reports=no [MESSAGES CONTROL]