Skip to content

Commit 203afeb

Browse files
committed
Add pyproject.toml to configure black [skip ci]
1 parent 4001fb8 commit 203afeb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)