From 7ab526c619d9a3ad74dd566fec60d8f3ac08ddad Mon Sep 17 00:00:00 2001 From: Daniel Sperber Date: Sun, 19 Oct 2025 10:13:21 +0200 Subject: [PATCH] Remove ruff UP038 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1775876..b024621d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,6 @@ ignore = [ "UP014", "UP019", "UP035", - "UP038", "UP045", # X | None instead of Optional[X] # Not relevant here "RUF012", # Use ClassVar for mutables