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