From 1682e804a505a6a23ac0b58b8b97877758e994c1 Mon Sep 17 00:00:00 2001 From: zyxue Date: Thu, 4 Feb 2021 09:06:27 -0800 Subject: [PATCH] added pyproject.toml --- python/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/pyproject.toml diff --git a/python/pyproject.toml b/python/pyproject.toml new file mode 100644 index 0000000000..a2ee92df40 --- /dev/null +++ b/python/pyproject.toml @@ -0,0 +1,4 @@ +# https://pycqa.github.io/isort/docs/configuration/black_compatibility/ +[tool.isort] +profile = "black" +multi_line_output = 3 \ No newline at end of file