From d5de6cf834b56c6efdfef0cb54061e23d7df73f8 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 4 Jul 2024 15:52:36 +0100 Subject: [PATCH] Ruff: don't format docstrings --- home/emacs/python/ruff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/emacs/python/ruff.toml b/home/emacs/python/ruff.toml index 91b11ee9..90fa690b 100644 --- a/home/emacs/python/ruff.toml +++ b/home/emacs/python/ruff.toml @@ -35,4 +35,4 @@ ignore = [ unfixable = ["W", "B", "PD", "NPY", "RUF", "E101", "E501", "C901", "I001", "I002"] [format] -docstring-code-format = true +docstring-code-format = false