Skip to content

Commit

Permalink
!squash
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 24, 2022
1 parent 4327f0f commit 6f0c27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ parallel = true
omit = [
"tests/*",
"docs/conf.py",
"*/_vendor/*",
"*/_*",
]

[tool.coverage.report]
Expand All @@ -125,6 +123,8 @@ exclude_lines = [
"raise NotImplementedError",
"if __name__ == .__main__.:",
"def parse_args",
"^\s*if TYPE_CHECKING:",
"^\s*@overload( |$)"
]

[build-system]
Expand Down

0 comments on commit 6f0c27c

Please sign in to comment.