From fedce24134310fce5876cba9947be36d203fbd31 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 31 Jan 2023 18:13:53 +0000 Subject: [PATCH] Ruff code TYP renamed to TCH --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4647660da..07bf7d715 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -204,8 +204,8 @@ select = [ "S", # flake8-bandit "SIM", # flake8-simplify "T10", # flake8-debugger + "TCH", # flake8-type-checking "TID", # flake8-tidy-imports - "TYP", # flake8-type-checking "UP", # pyupgrade "YTT", # flake8-2020 "RUF100", # yesqa