From 86ee03cf9268cec6220527f09f03800b04a0236f Mon Sep 17 00:00:00 2001 From: "rui.luo" Date: Tue, 22 Oct 2024 11:04:18 +0800 Subject: [PATCH] ADD: black and isort config --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..7d556b4 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,5 @@ +[tool.black] +line-length = 120 + +[tool.isort] +profile = "black" \ No newline at end of file