Skip to content

Commit 25ab797

Browse files
committed
Remove rule that fails lint
1 parent f0d6798 commit 25ab797

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
@@ -185,7 +185,7 @@ select = [
185185
"T201",
186186
"T203",
187187
# misuse of typing.TYPE_CHECKING
188-
"TC004",
188+
# "TC004", # fails lint
189189
# import rules
190190
"TID251",
191191
]

0 commit comments

Comments
 (0)