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