Add configuration for black

This commit is contained in:
Shreya 2021-04-02 16:10:00 +05:30 committed by Mike Salvatore
parent d0e1239b27
commit 7343b50135
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 = ['py37']