From 234b6fe02da138379a58f0fd409d95358b4f0b68 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 4 Jan 2025 14:45:02 +0100 Subject: [PATCH] Ruff: fix TC new name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f768f0e..a745df2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,7 +145,7 @@ ignore = [ "RUF001", # leave my smart characters alone "SLF001", # private members are accessed by friendly functions "T201", # prints are fine - "TCH", # TYPE_CHECKING blocks break autodocs + "TC", # TYPE_CHECKING blocks break autodocs "TD", # we don't follow other people's todo style "TID252", # Relative imports are fine "TRY003", # simple strings are fine