Configure black using pyproject.toml (#50)

This commit is contained in:
Konstantin Alekseev
2019-03-18 16:53:12 +03:00
committed by Maxim Kurnikov
parent 4f83d8d1bb
commit 77f15d7478

3
pyproject.toml Normal file
View File

@@ -0,0 +1,3 @@
[tool.black]
line-length = 120
include = 'django-stubs/.*.pyi$'