summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Foster <fosterbseth@gmail.com>2021-06-07 21:29:05 +0200
committerSeth Foster <fosterbseth@gmail.com>2021-06-08 20:33:29 +0200
commitc9e7747f2d05aaf0c3cd66303a6f40961f57c42e (patch)
treeaddcb4de69f6add01b45b84379e675c365c6f39c
parentfixed up jinja2 templating and documentation (diff)
downloadawx-c9e7747f2d05aaf0c3cd66303a6f40961f57c42e.tar.xz
awx-c9e7747f2d05aaf0c3cd66303a6f40961f57c42e.zip
black ignore awx_collection
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
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"