From 37773c284c0e62512621602f9675db87ed941f90 Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Wed, 13 Mar 2024 14:59:15 -0400 Subject: [PATCH] chore: address ruff warning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4adfc160..7a4ad9911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ exclude = ["docs/_build/"] src = ["src"] fix = true show-fixes = true -show-source = true +output-format = "full" [tool.ruff.format] docstring-code-format = true