From a1fbabd605cb4fd668cf6e083b9849bc1b99712a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 7 Mar 2023 14:21:42 +0100 Subject: [PATCH] chore: exclude ruff linter rule UP038 (#224) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7173620..b9117af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,6 +108,7 @@ ignore = [ "D202", "D203", "D212", + "UP038", ] line-length = 99 select = [