Add a pyproject.toml file to target py37 for black

This commit is contained in:
David Douard 2020-04-08 22:16:53 +02:00
parent 93a4d8b784
commit 29325c1d94

2
pyproject.toml Normal file
View file

@ -0,0 +1,2 @@
[tool.black]
target-version = ['py37']