diff --git a/pyproject.toml b/pyproject.toml index 8fac92b5c..d97846acd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -160,6 +160,7 @@ exclude_lines = [ "pragma: no cover", "def __repr__", "if self.debug:", + "if TYPE_CHECKING:", "if settings.DEBUG", "raise AssertionError", "raise NotImplementedError",