From e1dfcd8680e4ffcd5da874ed4bc47a4d0645f68d Mon Sep 17 00:00:00 2001 From: burgholzer Date: Thu, 8 Feb 2024 17:46:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20fix=20deprecated=20ruff=20settin?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b22dacb3..a4bcb2c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -233,7 +233,7 @@ isort.required-imports = ["from __future__ import annotations"] "I002", # Allow missing `from __future__ import annotations` import ] -[tool.ruff.pydocstyle] +[tool.ruff.lint.pydocstyle] convention = "google"