From a107bb684c410bcc40dbb52cdb92d8fc4445924e Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Fri, 2 Sep 2022 15:11:45 -0400 Subject: [PATCH] Extend black excludes instead of overriding By default it will ignore things in .gitignore, which we want --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9670a1906a..3cb6dcf2bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,4 +10,4 @@ build-backend = "setuptools.build_meta" line-length = 160 fast = true skip-string-normalization = true -exclude = "awx_collection" +extend-exclude = "awx_collection"