diff --git a/pyproject.toml b/pyproject.toml index b3448f1aeb..c088e19264 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -147,6 +147,8 @@ select = [ # print statements "T201", "T203", + # misuse of typing.TYPE_CHECKING + "TCH004" ] ignore = [ # mutable defaults