Ruff code TYP renamed to TCH

This commit is contained in:
Adam Turner 2023-01-31 18:13:53 +00:00
parent b88713e68e
commit fedce24134

View File

@ -204,8 +204,8 @@ select = [
"S", # flake8-bandit "S", # flake8-bandit
"SIM", # flake8-simplify "SIM", # flake8-simplify
"T10", # flake8-debugger "T10", # flake8-debugger
"TCH", # flake8-type-checking
"TID", # flake8-tidy-imports "TID", # flake8-tidy-imports
"TYP", # flake8-type-checking
"UP", # pyupgrade "UP", # pyupgrade
"YTT", # flake8-2020 "YTT", # flake8-2020
"RUF100", # yesqa "RUF100", # yesqa