diff options
author | Seth Foster <fosterbseth@gmail.com> | 2021-06-07 21:29:05 +0200 |
---|---|---|
committer | Seth Foster <fosterbseth@gmail.com> | 2021-06-08 20:33:29 +0200 |
commit | c9e7747f2d05aaf0c3cd66303a6f40961f57c42e (patch) | |
tree | addcb4de69f6add01b45b84379e675c365c6f39c /pyproject.toml | |
parent | fixed up jinja2 templating and documentation (diff) | |
download | awx-c9e7747f2d05aaf0c3cd66303a6f40961f57c42e.tar.xz awx-c9e7747f2d05aaf0c3cd66303a6f40961f57c42e.zip |
black ignore awx_collection
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
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" |