Merge pull request #12825 from shanemcd/extend-includes

Extend black excludes instead of overriding
This commit is contained in:
Shane McDonald
2022-09-02 15:40:41 -04:00
committed by GitHub

View File

@@ -10,4 +10,4 @@ build-backend = "setuptools.build_meta"
line-length = 160 line-length = 160
fast = true fast = true
skip-string-normalization = true skip-string-normalization = true
exclude = "awx_collection" extend-exclude = "awx_collection"