From 24c20ff243487461e51ce7f39cd7175ab0480790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 26 Aug 2025 15:26:28 +0200 Subject: [PATCH] TRY400: fix --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 276551f5d..4707be383 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,6 @@ lint.ignore = [ "S607", "T201", "TD", - "TRY400", # Maybe we can fix those "D205",