summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorShane McDonald <me@shanemcd.com>2022-09-02 21:11:45 +0200
committerShane McDonald <me@shanemcd.com>2022-09-02 21:11:45 +0200
commita107bb684c410bcc40dbb52cdb92d8fc4445924e (patch)
tree137fea69b1b632088a06c5fa3f697c30d0a63000 /pyproject.toml
parentMake static asset location consistent across all deployments (#12819) (diff)
downloadawx-a107bb684c410bcc40dbb52cdb92d8fc4445924e.tar.xz
awx-a107bb684c410bcc40dbb52cdb92d8fc4445924e.zip
Extend black excludes instead of overriding
By default it will ignore things in .gitignore, which we want
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"