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