From 2c6bd42431942d0bab11e7f306d397c04318ed8b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 7 Mar 2023 11:23:03 +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 81c9e58..6e5311b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,6 +112,7 @@ ignore = [ "D202", "D203", "D212", + "UP038", ] line-length = 99 select = [