diff --git a/pyproject.toml b/pyproject.toml index a7e1bbd..33e9110 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,6 @@ testpaths = [ branch = false omit = [ "testbook/tests/*", - "testbook/_version.py", ] [tool.coverage.report] @@ -93,7 +92,6 @@ exclude_lines = [ ignore_errors = true omit = [ "testbook/tests/*", - "testbook/_version.py", ] [tool.ruff]