Add configuration for black

This commit is contained in:
Shreya 2021-04-02 16:10:00 +05:30 committed by Mike Salvatore
parent ecfc59cfd7
commit 6be3462678
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']