Skip to content

Commit

Permalink
Remove useless option for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Jan 4, 2025
1 parent 93a1409 commit 2695dce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 2695dce

Please sign in to comment.