diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 31ffe048..0693d1e3 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -1,2 +1,6 @@ [build-system] requires = ["setuptools", "wheel", "setuptools-rust"] + +[tool.black] +target-version = ['py35'] +line-length = 100