pyproject: Configure Black.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-09-01 15:36:52 -07:00 committed by Tim Abbott
parent 9773c0f1a8
commit 1323c4aa6e
1 changed files with 3 additions and 0 deletions

3
pyproject.toml Normal file
View File

@ -0,0 +1,3 @@
[tool.black]
line-length = 100
target-version = ['py36']