From 6c97a93bc4ab02a02ddea42b15de568d0bec5026 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 7 Mar 2023 14:21:44 +0100 Subject: [PATCH] chore: exclude ruff linter rule UP038 (#490) --- 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 = [