Skip to content

Commit a107bb6

Browse files
committed
Extend black excludes instead of overriding
By default it will ignore things in .gitignore, which we want
1 parent 260e1d4 commit a107bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ build-backend = "setuptools.build_meta"
1010
line-length = 160
1111
fast = true
1212
skip-string-normalization = true
13-
exclude = "awx_collection"
13+
extend-exclude = "awx_collection"

0 commit comments

Comments
 (0)