From 62af0069ce5f0f533ccfff082f976892365cb847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Avil=C3=A9s?= Date: Tue, 19 Sep 2023 21:28:14 +0200 Subject: [PATCH] Add pydocstyle convention to remove ruff warnings --- ruff.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ruff.toml b/ruff.toml index f0f1224..d385e55 100644 --- a/ruff.toml +++ b/ruff.toml @@ -26,3 +26,6 @@ multiline-quotes = "single" [isort] force-single-line = true known-first-party = ["unbeheader"] + +[pydocstyle] +convention = "google"