diff --git a/pyproject.toml b/pyproject.toml index 3a725ee62..0e709ec3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,8 @@ +[tool.coverage.report] +exclude_lines = [ + "if TYPE_CHECKING:", +] + [tool.ruff] select = [ "F",