diff --git a/pyproject.toml b/pyproject.toml index 7c0126399bd..f51d48c7a68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -251,6 +251,7 @@ extend-select = [ "F", # Pyflakes "E", # Pycodestyle "W", + "TCH", # flake8-type-checking "TID", # flake8-tidy-imports (absolute imports) "I", # isort "UP", # Pyupgrade