Skip to content

Commit

Permalink
Fix coverage exclude_lines setting for ellipsis
Browse files Browse the repository at this point in the history
Closes #1085
  • Loading branch information
brandonwillard committed Aug 8, 2024
1 parent 2a2a5d3 commit 11bb44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ omit = [
exclude_lines = [
"pragma: no cover",
"if TYPE_CHECKING:",
"...",
"\\.\\.\\.",
]
show_missing = true

Expand Down

0 comments on commit 11bb44a

Please sign in to comment.