diff --git a/pyproject.toml b/pyproject.toml index c3996ffb8..745701a7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,6 @@ include = ['tests/*', 'weasyprint/*'] [tool.coverage.report] exclude_lines = ['pragma: no cover', 'def __repr__', 'raise NotImplementedError'] -omit = ['.*'] [tool.ruff.lint] select = ['E', 'W', 'F', 'I', 'N', 'RUF']