Setup black format in pyproject.toml

This commit is contained in:
Anthony MOI
2020-09-23 11:58:35 -04:00
parent 9d3a93db5b
commit a42e13a644

View File

@ -1,2 +1,6 @@
[build-system]
requires = ["setuptools", "wheel", "setuptools-rust"]
[tool.black]
target-version = ['py35']
line-length = 100