Skip to content

Commit bd2b75f

Browse files
committed
Add black config file
1 parent 5392726 commit bd2b75f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# We should probably migrate most of setup.cfg here
2+
3+
[tool.black]
4+
# src is showing up in our GitHub linting builds. It seems to
5+
# contain deps.
6+
extend-exclude = '^/src/'

0 commit comments

Comments
 (0)