Skip to content

Commit

Permalink
Exclude ellipses from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Jan 7, 2025
1 parent 0975ce3 commit 1885f0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ max-complexity = 10
exclude_also = [
# Imports only used by type checkers
"if TYPE_CHECKING:",
# Exclude ellipses used in function stubs
"^\\s*\\.\\.\\.",
]

[tool.poetry-dynamic-versioning]
Expand Down

0 comments on commit 1885f0c

Please sign in to comment.