Skip to content

Commit 8ddc786

Browse files
committed
Update type checking code
1 parent b1dc0f9 commit 8ddc786

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
@@ -310,7 +310,7 @@ extend-select = [
310310
"RUF",
311311
"SIM", # flake8-simplify
312312
"SLOT", # flake8-slots
313-
"TCH", # flake8-type-checking
313+
"TC", # flake8-type-checking
314314
"TRY", # tryceratops
315315
"UP", # pyupgrade
316316
"W", # pycodestyle warnings

0 commit comments

Comments
 (0)