mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 01:47:31 -02:30
Extend black excludes instead of overriding
By default it will ignore things in .gitignore, which we want
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user