Skip to content

Commit 234b6fe

Browse files
committed
Ruff: fix TC new name
1 parent 8ff0f8a commit 234b6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ ignore = [
145145
"RUF001", # leave my smart characters alone
146146
"SLF001", # private members are accessed by friendly functions
147147
"T201", # prints are fine
148-
"TCH", # TYPE_CHECKING blocks break autodocs
148+
"TC", # TYPE_CHECKING blocks break autodocs
149149
"TD", # we don't follow other people's todo style
150150
"TID252", # Relative imports are fine
151151
"TRY003", # simple strings are fine

0 commit comments

Comments
 (0)