From 27440c246f0b7b86baa9a78347c5d94c064c5e62 Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Fri, 10 Nov 2023 22:05:55 +0800 Subject: [PATCH] chore: update pyproject.toml Signed-off-by: Jack Cherng --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f42c4d8..c504d22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ skip_glob = [ ] [tool.black] +preview = true line-length = 120 target-version = ['py311']