From 2fa4f4892eb31f998674ba97059720a708326eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Thu, 5 Feb 2026 11:24:47 +0100 Subject: [PATCH] TYP: fine tune ty configuration to allow using it for type checking --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b6ad8014..4a5d9820 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,6 +122,9 @@ known-third-party = [ ] known-first-party = ["yt", "yt_idefix"] +[tool.ty.rules] +unused-type-ignore-comment = "ignore" + [tool.mypy] python_version = '3.10' show_error_codes = true