From 032921ecc68c30eb6409ebf87da277f5a9b99730 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Tue, 13 Feb 2024 08:10:23 -0800 Subject: [PATCH] Preemptively disable UP038 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6740c1a9..621889e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,4 +90,5 @@ ignore = [ "ANN101", # missing type annotation for self in method "ANN102", # missing type annotation for cls in classmethod "SIM105", # I don't like contextlib.suppress + "UP038", # astral-sh/ruff#7871 ]