diff options
author | Shane McDonald <me@shanemcd.com> | 2022-09-02 21:11:45 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2022-09-02 21:11:45 +0200 |
commit | a107bb684c410bcc40dbb52cdb92d8fc4445924e (patch) | |
tree | 137fea69b1b632088a06c5fa3f697c30d0a63000 /pyproject.toml | |
parent | Make static asset location consistent across all deployments (#12819) (diff) | |
download | awx-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.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" |