We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5392726 commit bd2b75fCopy full SHA for bd2b75f
pyproject.toml
@@ -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