From af9fbd06e3fd8d2346c482e9a74960c930536414 Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Sun, 29 Jun 2025 17:56:36 +0530 Subject: T7592: added pyproject toml for quote linting config --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..cf710352c --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[tool.black] +skip-string-normalization = true +line-length = 100 \ No newline at end of file -- cgit v1.2.3