From d6de41b197c29a660262395e3e1c7886769f225a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 7 Mar 2023 11:23:01 +0100 Subject: [PATCH] chore: exclude ruff linter rule UP038 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e8bef57..dcebbc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,6 +125,7 @@ ignore = [ "D202", "D203", "D212", + "UP038", ] line-length = 99 select = [