From 70cb18ae81fd3166d57c85a38d5e7322bad9d23c Mon Sep 17 00:00:00 2001 From: ThePhaseless Date: Wed, 24 Jul 2024 15:52:41 +0000 Subject: [PATCH] ignore explicit return type --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0121e6d..98d669e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ ignore = [ "G004", "ANN001", "ANN204", + "ANN206", ] select = ["ALL"] extend-safe-fixes = ["D415"]