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