From c9e7747f2d05aaf0c3cd66303a6f40961f57c42e Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Mon, 7 Jun 2021 15:29:05 -0400 Subject: [PATCH] black ignore awx_collection --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3496e7ac91..3dbfd016a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,3 +2,4 @@ line-length = 160 fast = true skip-string-normalization = true +exclude = "awx_collection"