From 453dccb33f876fc48d5e3a0547fc668f4872e2c8 Mon Sep 17 00:00:00 2001 From: Hussain Nagaria <34810212+NagariaHussain@users.noreply.github.com> Date: Mon, 20 Oct 2025 21:27:28 +0530 Subject: [PATCH] fix: revert local ruff comment --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 720b7b90..e161909d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,4 +61,4 @@ typing-modules = ["frappe.types.DF"] [tool.ruff.format] quote-style = "double" indent-style = "tab" -# docstring-code-format = true \ No newline at end of file +docstring-code-format = true \ No newline at end of file