🚨 move tc type into type_checking guard

This commit is contained in:
StarHeartHunt 2025-02-15 16:13:51 +08:00
parent 5fd1c5ff40
commit 620245f420
4 changed files with 54 additions and 8 deletions

View file

@ -46,6 +46,7 @@ select = [
"PT", # flake8-pytest-style
"Q", # flake8-quotes
"TID", # flake8-tidy-imports
"TC", # flake8-type-checking
"RUF", # Ruff-specific rules
]
ignore = [