From 829a7745efe86bebf86f7f24a89a884217a4a482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Wed, 11 Sep 2024 09:25:07 +0200 Subject: [PATCH] chore: fix typo in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef14e79a..be2565c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -194,7 +194,7 @@ ignore = [ [tool.ruff.lint.isort] force-single-line = true -[too.ruff.format] +[tool.ruff.format] docstring-code-format = true [tool.tox]