Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
svittoz authored May 24, 2024
1 parent e567c4a commit f8c9c55
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,23 +134,19 @@ include = ["eds_sckit/*"]
omit = [
"tests/*",
]
#exclude_lines = [
# "def __repr__",
# "if __name__ == .__main__.:",
# "@overload",
# "pragma: no cover",
# "raise .*Error",
# "raise .*Exception",
# "warn\\(",
# "if __name__ == .__main__.:",
# "if repr_id in exclude:",
# "if TYPE_CHECKING:",
# "class .*\\bProtocol\\):",
# "@(abc\\.)?abstractmethod",
# "Span.set_extension.*",
# "Doc.set_extension.*",
# "Token.set_extension.*",
#]
exclude_lines = [
"def __repr__",
"if __name__ == .__main__.:",
"@overload",
"pragma: no cover",
"raise .*Error",
"raise .*Exception",
"warn\\(",
"if __name__ == .__main__.:",
"if TYPE_CHECKING:",
"class .*\\bProtocol\\):",
"@(abc\\.)?abstractmethod",
]

[tool.coverage.run]
include = ["eds_sckit/*"]
Expand Down

0 comments on commit f8c9c55

Please sign in to comment.