From 97dd5f104cb4a6cb8887420f1f1377955b73f50d Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 15 May 2025 23:28:07 -0700 Subject: [PATCH] Expand scope of `black` sanity test (#85169) --- test/sanity/code-smell/black.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/sanity/code-smell/black.json b/test/sanity/code-smell/black.json index 7b1b4bddd01..d7730ba3b4e 100644 --- a/test/sanity/code-smell/black.json +++ b/test/sanity/code-smell/black.json @@ -1,9 +1,11 @@ { "prefixes": [ + ".azure-pipelines/", "lib/ansible/_internal/", "lib/ansible/module_utils/_internal/", "lib/ansible/utils/collection_loader/__init__.py", - "test/sanity/code-smell/black." + "packaging/", + "test/sanity/code-smell/" ], "extensions": [ ".py"