Extend black excludes instead of overriding

By default it will ignore things in .gitignore, which we want
This commit is contained in:
Shane McDonald 2022-09-02 15:11:45 -04:00
parent 260e1d4f2d
commit a107bb684c

View File

@ -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"