diff options
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |