Commit 63de8ef4

Stainless Bot <107565488+stainless-bot@users.noreply.github.com>
2024-01-26 21:55:41
chore(internal): enable ruff type checking misuse lint rule (#1106)
This catches the case where a typing import is used at runtime
1 parent 22713fd
Changed files (1)
pyproject.toml
@@ -147,6 +147,8 @@ select = [
   # print statements
   "T201",
   "T203",
+  # misuse of typing.TYPE_CHECKING
+  "TCH004"
 ]
 ignore = [
   # mutable defaults