From a2f75c3888e12995544068edeb934baa7c87d4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Mon, 29 May 2023 18:26:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20configure=20pydocstyle=20convent?= =?UTF-8?q?ion=20to=20google's?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index abe1de4..c37be60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,9 @@ select = [ "W", # pycodestyle warnings ] +[tool.ruff.pydocstyle] +convention = "google" + [tool.black] include = '\.pyi?$' target-version = ["py311"]