We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4001fb8 commit 203afebCopy full SHA for 203afeb
pyproject.toml
@@ -0,0 +1,6 @@
1
+[tool.black]
2
+line-length = 67
3
+skip-string-normalization = true
4
+target-version = ['py38']
5
+exclude = "(.*/migrations/.*)"
6
+
0 commit comments